rpcbind: add rpcbind package, remove portmap

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
Andy Walsh
2018-08-12 20:53:04 +02:00
committed by tripolar
parent f976d24f3f
commit 05ce9dc99c
4 changed files with 76 additions and 68 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/sh /etc/rc.common
START=19
STOP=19
USE_PROCD=1
start_service() {
procd_open_instance
procd_set_param command /usr/bin/rpcbind -f -w
procd_set_param respawn
procd_close_instance
}