mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 15:12:02 +01:00
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
[ -e /etc/conf.d/nfs ] && . /etc/conf.d/nfs
|
|
|
|
command="/usr/sbin/rpc.idmapd"
|
|
command_args="$OPTS_RPC_IDMAPD"
|
|
|
|
depend() {
|
|
use ypbind net
|
|
need portmap rpc.pipefs
|
|
after quota
|
|
}
|