mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
10 lines
177 B
Bash
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
|
|
}
|