diff options
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 | ||