summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.d/rpcbind2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.d/rpcbind b/etc/rc.d/rpcbind
index a30f102..94f4580 100755
--- a/etc/rc.d/rpcbind
+++ b/etc/rc.d/rpcbind
@@ -13,5 +13,7 @@ name="rpcbind"
rcvar=`set_rcvar`
command="/usr/sbin/${name}"
+stop_postcmd='/bin/rm -f /var/run/rpcbind.*'
+
load_rc_config $name
run_rc_command "$1"
OpenPOWER on IntegriCloud