summaryrefslogtreecommitdiffstats
path: root/recipes-extended/openhpi/files/openhpid.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/openhpi/files/openhpid.service')
-rw-r--r--recipes-extended/openhpi/files/openhpid.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-extended/openhpi/files/openhpid.service b/recipes-extended/openhpi/files/openhpid.service
new file mode 100644
index 0000000..a74713a
--- /dev/null
+++ b/recipes-extended/openhpi/files/openhpid.service
@@ -0,0 +1,11 @@
1[Unit]
2Description=OpenHPI daemon
3After=syslog.target
4
5[Service]
6Type=oneshot
7ExecStart=@SBINDIR@/openhpid -c @SYSCONFDIR@/openhpi/openhpi.conf
8RemainAfterExit=yes
9
10[Install]
11WantedBy=multi-user.target