diff options
-rw-r--r-- | systemd/net-auto-wired.service | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/systemd/net-auto-wired.service b/systemd/net-auto-wired.service index 467b62e..9678a77 100644 --- a/systemd/net-auto-wired.service +++ b/systemd/net-auto-wired.service @@ -1,13 +1,10 @@ [Unit] Description=Provides automatic netcfg wired connection -Before=network.target -Wants=network.target [Service] -Type=forking EnvironmentFile=/etc/conf.d/netcfg -ExecStart=/usr/sbin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIw -d10 -ExecStop=/usr/sbin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -k +ExecStart=/usr/sbin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIns +ExecStop=/usr/bin/netcfg iface-down $WIRED_INTERFACE [Install] WantedBy=multi-user.target |