mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
netmode: init.d: add ignore option macaddr argument
This commit is contained in:
parent
85d12dec82
commit
80dafc80ea
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ start_netmoded() {
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
procd_set_param command $NETMODED
|
procd_set_param command $NETMODED
|
||||||
|
|
||||||
procd_append_param command --verbose warning
|
procd_append_param command --verbose warning -i macaddr
|
||||||
procd_set_param stdout 1
|
procd_set_param stdout 1
|
||||||
procd_set_param stderr 1
|
procd_set_param stderr 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue