summaryrefslogtreecommitdiffstats
path: root/src/sysv/systemd
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2013-06-24 15:30:04 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-08 23:12:06 +0200
commit177b18d1103fa1f3ec89dc029036c7a725214720 (patch)
tree1d224be24c524c371d93d75dab94967d33080161 /src/sysv/systemd
parentac2bdb99d3b096610fbfeda9796a7fe5e1715253 (diff)
downloadsssd-177b18d1103fa1f3ec89dc029036c7a725214720.tar.gz
sssd-177b18d1103fa1f3ec89dc029036c7a725214720.tar.xz
sssd-177b18d1103fa1f3ec89dc029036c7a725214720.zip
init script: source /etc/sysconfig/sssdsssd-1.9.2-104.el6
https://fedorahosted.org/sssd/ticket/1959
Diffstat (limited to 'src/sysv/systemd')
-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