summaryrefslogtreecommitdiffstats
path: root/remote/modules/sssd/templates/sssd-systemd.service
blob: 8cfd1a2ec1e5773499bfaf0fe44891a000c8a5ea (plain) (blame)
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=-/etc/sysconfig/sssd
ExecStart=%PATH% -D -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

[Install]
WantedBy=multi-user.target