blob: d42a08b18d20b2d66c71df702865e785ebca4f4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=System Security Services Daemon
# If dbus crashes or is stopped, then SSSD will be stopped, too
Requires=dbus.socket
# SSSD will not be started until syslog is
After=syslog.target
[Service]
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
|