mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Let rpcbind clean up after itself
This commit is contained in:
parent
a280fae7c3
commit
606fffda66
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue