diff options
-rw-r--r-- | net.Linux/netplugd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net.Linux/netplugd.sh b/net.Linux/netplugd.sh index 24539b14..8b77cd78 100644 --- a/net.Linux/netplugd.sh +++ b/net.Linux/netplugd.sh @@ -30,8 +30,8 @@ netplugd_depend() { before interface provide plug - # Prefer us to ifplugd - after ifplugd + # Prefer ifplugd + before ifplugd } netplugd_pre_start() { |