summaryrefslogtreecommitdiffstats
path: root/src/sysv/systemd/sssd.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysv/systemd/sssd.service.in')
-rw-r--r--src/sysv/systemd/sssd.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysv/systemd/sssd.service.in b/src/sysv/systemd/sssd.service.in
index 30592afe2..3c1410972 100644
--- a/src/sysv/systemd/sssd.service.in
+++ b/src/sysv/systemd/sssd.service.in
@@ -4,6 +4,7 @@ Description=System Security Services Daemon
After=syslog.target
[Service]
+EnvironmentFile=-@environment_file@
ExecStart=@sbindir@/sssd -D -f
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details