From 80dafc80ea850938f687451f4d33d299b34b5f38 Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Wed, 26 Jun 2019 10:34:14 +0200 Subject: [PATCH] netmode: init.d: add ignore option macaddr argument --- netmode/files/etc/init.d/netmode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netmode/files/etc/init.d/netmode b/netmode/files/etc/init.d/netmode index 34cffafbe..8a70a396a 100755 --- a/netmode/files/etc/init.d/netmode +++ b/netmode/files/etc/init.d/netmode @@ -12,7 +12,7 @@ start_netmoded() { procd_open_instance 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 stderr 1