You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-auth/sssd/files/sssd.service

16 lines
341 B

[Unit]
Description=System Security Services Daemon
# SSSD will not be started until syslog is
After=syslog.target
[Service]
ExecStart=/usr/sbin/sssd -D -f
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details
Type=forking
PIDFile=/run/sssd.pid
[Install]
WantedBy=multi-user.target