summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-ipc
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2018-09-11 03:10:53 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-09-11 23:58:04 +0000
commitaf3c69b8e3918c5c79506c66027109685a5c9296 (patch)
treedd06a47a405a2f7c571280c2f464fb686a6f8aeb /recipes-ti/ipc/ti-ipc
parentad730476e0a572dd16e0f25e0369e601ad65e45f (diff)
downloadmeta-ti-af3c69b8e3918c5c79506c66027109685a5c9296.tar.gz
ti-ipc: Add systemd startup script
With systemd enabled, it is better to add the proper systemd script instead of legacy init.d script. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc')
-rw-r--r--recipes-ti/ipc/ti-ipc/tiipclad-daemon.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-ipc/tiipclad-daemon.service b/recipes-ti/ipc/ti-ipc/tiipclad-daemon.service
new file mode 100644
index 00000000..ea26845e
--- /dev/null
+++ b/recipes-ti/ipc/ti-ipc/tiipclad-daemon.service
@@ -0,0 +1,9 @@
1[Unit]
2Description=TI IPC Daemon
3
4[Service]
5Type=forking
6ExecStart=/usr/bin/__LAD_DAEMON__ -g -l lad.txt
7
8[Install]
9WantedBy=basic.target