1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
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
}