summaryrefslogtreecommitdiffstats
path: root/src/sysv/systemd/sssd.service.in
blob: 3c1410972b9232859dcb963c23b5472ebc781309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=System Security Services Daemon
# SSSD will not be started until syslog is
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
Type=forking
PIDFile=@localstatedir@/run/sssd.pid

[Install]
WantedBy=multi-user.target