mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 03:54:34 +04:00
rpcbind: update to 1.2.5
* update to 1.2.5 * fix wrong URL * adapt to bin/sbin from new version Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ USE_PROCD=1
|
||||
|
||||
start_service() {
|
||||
procd_open_instance
|
||||
procd_set_param command /usr/bin/rpcbind -f -w
|
||||
procd_set_param command /usr/sbin/rpcbind -f -w
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user