diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-10-12 22:42:00 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-11-24 17:44:57 +0100 |
commit | 1b079c90ed954cca65a7b07d5480e75d46217b85 (patch) | |
tree | 54fb77cc6dfaeac63062a46ac55135aa4b5fa413 /conf/afm-system-daemon.service.in | |
parent | cd2df61ce0d2564f01c8e013ba125fc01bcd9b1c (diff) |
bug fixes and improvements
Change-Id: I2fc3de0a84e471e8e87f43170c20f8d6d0d05fdc
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/afm-system-daemon.service.in')
-rw-r--r-- | conf/afm-system-daemon.service.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/afm-system-daemon.service.in b/conf/afm-system-daemon.service.in index 75a45f9..0c0d71c 100644 --- a/conf/afm-system-daemon.service.in +++ b/conf/afm-system-daemon.service.in @@ -4,7 +4,8 @@ Description=Application Framework Master, system side [Service] User=afm Group=afm -ExecStart=/usr/bin/afb-daemon --name=afm-system-daemon -no-httpd --no-ldpaths --binding=@CMAKE_INSTALL_LIBEXECDIR@/afm/afm-binding.so --ws-server=sd:afm-main +SyslogIdentifier=afm-system-daemon +ExecStart=/usr/bin/afb-daemon --name=afm-system-daemon --no-httpd --no-ldpaths --binding=@CMAKE_INSTALL_FULL_LIBEXECDIR@/afm/afm-binding.so --ws-server=sd:afm-main Restart=on-failure RestartSec=5 CapabilityBoundingSet=CAP_DAC_OVERRIDE CAP_MAC_OVERRIDE |