aports/testing/sssd/sssd.initd

10 lines
177 B
Bash

#!/sbin/openrc-run
command="/usr/sbin/sssd"
command_args="-D $SSSD_OPTIONS"
command_background=true
pidfile="/run/$RC_SVCNAME.pid"
depend(){
need localmount netmount clock
}