diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-10-12 22:45:45 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-11-24 17:44:57 +0100 |
commit | d980629a0b7d3e11a4840b29b048a770ad8553af (patch) | |
tree | 481579854ebe70340389771cb3f6382445c9e40d /conf/afm-system-daemon.service.in | |
parent | 7f0ca72db9201bc98f6995b60fdf8abe09f52266 (diff) |
Avoid polkit and bug
Accessing systemd/system with DBUS from
a user not root make systemd use polkit.
It doesn't work for us because:
- at the end systemd crashes (sigsegv)
- we don't want polkit here
Change-Id: I206edd108b8b659c8c6a3a68f61500cb114995d4
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/afm-system-daemon.service.in b/conf/afm-system-daemon.service.in index 0c0d71c..ca4ca1d 100644 --- a/conf/afm-system-daemon.service.in +++ b/conf/afm-system-daemon.service.in @@ -2,8 +2,8 @@ Description=Application Framework Master, system side [Service] -User=afm -Group=afm +#User=afm +#Group=afm 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 |