diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-09-11 03:10:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-09-11 23:58:04 +0000 |
commit | af3c69b8e3918c5c79506c66027109685a5c9296 (patch) | |
tree | dd06a47a405a2f7c571280c2f464fb686a6f8aeb /recipes-ti/ipc/ti-ipc | |
parent | ad730476e0a572dd16e0f25e0369e601ad65e45f (diff) | |
download | meta-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.service | 9 |
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] | ||
2 | Description=TI IPC Daemon | ||
3 | |||
4 | [Service] | ||
5 | Type=forking | ||
6 | ExecStart=/usr/bin/__LAD_DAEMON__ -g -l lad.txt | ||
7 | |||
8 | [Install] | ||
9 | WantedBy=basic.target | ||