diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-11-23 15:44:24 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-11-24 17:44:58 +0100 |
commit | 7998a472352c0272a90c66ab45c4c2758cd6040a (patch) | |
tree | de3fb484fa2bca0850354f611551b049083d1420 /conf/afm-system-daemon.service.in | |
parent | 633ebe33015554a14b773053188e2faba0faff04 (diff) |
Rework on systemd start of user sessions
Change-Id: Iad46596435eebdc5c521b572fd8320b52a61d197
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 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/conf/afm-system-daemon.service.in b/conf/afm-system-daemon.service.in deleted file mode 100644 index ca4ca1d..0000000 --- a/conf/afm-system-daemon.service.in +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Application Framework Master, system side - -[Service] -#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 -RestartSec=5 -CapabilityBoundingSet=CAP_DAC_OVERRIDE CAP_MAC_OVERRIDE - -[Install] -WantedBy=multi-user.target - |