aports/testing/sssd/sssd.initd
psykose ca308bc855 testing/sssd: upgrade to 2.9.0
still doesn't actually work, but cleans up some stray files
2023-05-08 11:31:27 +02:00

11 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
}