summaryrefslogtreecommitdiffstats
path: root/core/modules/sssd/templates/sssd-systemd.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/sssd/templates/sssd-systemd.service')
-rw-r--r--core/modules/sssd/templates/sssd-systemd.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/sssd/templates/sssd-systemd.service b/core/modules/sssd/templates/sssd-systemd.service
index 9132d64a..c691759a 100644
--- a/core/modules/sssd/templates/sssd-systemd.service
+++ b/core/modules/sssd/templates/sssd-systemd.service
@@ -5,10 +5,10 @@ After=syslog.target
[Service]
EnvironmentFile=-/etc/sysconfig/sssd
-ExecStart=%PATH% -D -f
+ExecStartPre=/opt/openslx/scripts/systemd-patch_sssd_conf
+ExecStart=%PATH% -i -f
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details
-Type=forking
PIDFile=/var/run/sssd.pid
Restart=on-failure