aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-devtools/codexl/codexl/codexl-remote-agent.service
blob: 9f577eee6ad2c2f47a9b538442162fbecd2ec53a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description="CodeXL Remote Agent"
Wants=connman-wait-online.service
After=connman-wait-online.service

[Service]
Type=simple
Restart=always
ExecStart=/opt/codexl/codexl_remote_agent.sh start
ExecStop=/opt/codexl/codexl_remote_agent.sh stop
WorkingDirectory=/opt/codexl
User=root

[Install]
WantedBy=multi-user.target