diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-12-29 17:40:21 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-12-29 17:40:21 +0100 |
commit | ffad58b4a2a45613101f4dca75cf6cde33e74cb3 (patch) | |
tree | 8e6a7438e3636b809c6c998e13a0ade3d8093054 /conf/afm-system-daemon.service | |
parent | df95c86712d96754a4d660e9ddf98bdbad746cf4 (diff) |
packages and install configuration files
Change-Id: I8a0d4c42d7fe02eabc06c91af9c488bb8235df4a
Diffstat (limited to 'conf/afm-system-daemon.service')
-rw-r--r-- | conf/afm-system-daemon.service | 14 |
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 + |