5f86935a4c
Added runit services for rpc.idmapd, rpc.gssd, rpc.svcgssd and blkmapd Fixed configure options to enable building svcgssd Restructured statd and nfs-server services
9 lines
160 B
Bash
Executable file
9 lines
160 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Make sure the portmap service is running.
|
|
sv check rpcbind >/dev/null || exit 1
|
|
|
|
# Load nfs module
|
|
modprobe nfs || exit 1
|
|
|
|
exec rpc.statd -F -d -L
|