summaryrefslogtreecommitdiffstats
path: root/core/modules/sssd/templates/sssd-systemd.service
blob: c691759aaafcab896689cb135d6259c7183f4b29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=System Security Services Daemon
# SSSD will not be started until syslog is
After=syslog.target

[Service]
EnvironmentFile=-/etc/sysconfig/sssd
ExecStartPre=/opt/openslx/scripts/systemd-patch_sssd_conf
ExecStart=%PATH% -i -f
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details
PIDFile=/var/run/sssd.pid
Restart=on-failure

[Install]
WantedBy=multi-user.target