aboutsummaryrefslogtreecommitdiff
path: root/net/rpcbind/files/rpcbind.init
blob: 2e8ace04150b7dcd48c06121329cf69969b67399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh /etc/rc.common

START=19
STOP=19

USE_PROCD=1

start_service() { 
	procd_open_instance
	procd_set_param command /usr/sbin/rpcbind -f -w
	procd_set_param respawn
	procd_close_instance
}