summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-11-10 07:53:47 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2015-11-10 17:22:43 +0100
commit46ef3da071401904a8c4930df4f2b1103c309c25 (patch)
tree32c93bd7d814b6fcbfe8d1d6d77a6ed76e31bd35 /src
parentb2d7301516a8a6ca69e38999170da8a0ecb2bdba (diff)
downloadsssd-46ef3da071401904a8c4930df4f2b1103c309c25.tar.gz
sssd-46ef3da071401904a8c4930df4f2b1103c309c25.tar.xz
sssd-46ef3da071401904a8c4930df4f2b1103c309c25.zip
INIT: Drop syslog.target from service file
The syslog.target is not part of systemd anymore. The non-socket-activated syslog daemons are not supported in systemd >= 35 and in the same version it was recomemded to not use this target in service files. http://www.freedesktop.org/wiki/Software/systemd/syslog/ Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/sysv/systemd/sssd.service.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sysv/systemd/sssd.service.in b/src/sysv/systemd/sssd.service.in
index 06445ea12..a4f9125b5 100644
--- a/src/sysv/systemd/sssd.service.in
+++ b/src/sysv/systemd/sssd.service.in
@@ -1,7 +1,5 @@
[Unit]
Description=System Security Services Daemon
-# SSSD will not be started until syslog is
-After=syslog.target
# SSSD must be running before we permit user sessions
Before=systemd-user-sessions.service nss-user-lookup.target
Wants=nss-user-lookup.target