aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-devtools/codexl/codexl/codexl-remote-agent.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-devtools/codexl/codexl/codexl-remote-agent.service')
-rw-r--r--meta-amd-bsp/recipes-devtools/codexl/codexl/codexl-remote-agent.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-devtools/codexl/codexl/codexl-remote-agent.service b/meta-amd-bsp/recipes-devtools/codexl/codexl/codexl-remote-agent.service
new file mode 100644
index 00000000..9f577eee
--- /dev/null
+++ b/meta-amd-bsp/recipes-devtools/codexl/codexl/codexl-remote-agent.service
@@ -0,0 +1,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