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