diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/net-auto-wired.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/net-auto-wired.service b/systemd/net-auto-wired.service index 9678a77..7bb885d 100644 --- a/systemd/net-auto-wired.service +++ b/systemd/net-auto-wired.service @@ -3,7 +3,7 @@ Description=Provides automatic netcfg wired connection [Service] EnvironmentFile=/etc/conf.d/netcfg -ExecStart=/usr/sbin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIns +ExecStart=/usr/bin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIns ExecStop=/usr/bin/netcfg iface-down $WIRED_INTERFACE [Install] |