summaryrefslogtreecommitdiffstats
path: root/conf/afm-system-daemon.service
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-29 17:40:21 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-29 17:40:21 +0100
commitffad58b4a2a45613101f4dca75cf6cde33e74cb3 (patch)
tree8e6a7438e3636b809c6c998e13a0ade3d8093054 /conf/afm-system-daemon.service
parentdf95c86712d96754a4d660e9ddf98bdbad746cf4 (diff)
packages and install configuration files
Change-Id: I8a0d4c42d7fe02eabc06c91af9c488bb8235df4a
Diffstat (limited to 'conf/afm-system-daemon.service')
-rw-r--r--conf/afm-system-daemon.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/afm-system-daemon.service b/conf/afm-system-daemon.service
new file mode 100644
index 0000000..d93c255
--- /dev/null
+++ b/conf/afm-system-daemon.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Application Framework Master, system side
+
+[Service]
+BusName=org.AGL.afm.system
+User=afm
+Group=afm
+ExecStart=/usr/bin/afm-system-daemon --daemon
+Restart=on-failure
+RestartSec=5
+
+[Install]
+WantedBy=multi-user.target
+