aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-devtools/rgp/files/rds-cli.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-devtools/rgp/files/rds-cli.service')
-rw-r--r--meta-amd-bsp/recipes-devtools/rgp/files/rds-cli.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-devtools/rgp/files/rds-cli.service b/meta-amd-bsp/recipes-devtools/rgp/files/rds-cli.service
new file mode 100644
index 00000000..c44d1f07
--- /dev/null
+++ b/meta-amd-bsp/recipes-devtools/rgp/files/rds-cli.service
@@ -0,0 +1,13 @@
+[Unit]
+Description="Radeon Developer Service CLI"
+Wants=connman-wait-online.service
+After=connman-wait-online.service
+
+[Service]
+Type=simple
+Restart=always
+ExecStartPre=/bin/rm -f /dev/shm/sem.D0939873-BA4B-4C4E-9729-D82DED85BC41
+ExecStart=/usr/bin/RadeonDeveloperServiceCLI
+
+[Install]
+WantedBy=multi-user.target