mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 00:16:38 +02:00
12 lines
198 B
Bash
12 lines
198 B
Bash
#!/sbin/openrc-run
|
|
|
|
[ -e /etc/conf.d/nfs ] && . /etc/conf.d/nfs
|
|
|
|
command="/usr/sbin/rpc.svcgssd"
|
|
command_args="$OPTS_RPC_SVCGSSD"
|
|
|
|
depend() {
|
|
use ypbind net
|
|
need portmap rpc.pipefs
|
|
after quota
|
|
}
|