mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 03:55:20 +02:00
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
|