summaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-08-31 00:21:54 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-08-31 00:21:54 +0200
commit53a051ec9026ce430755792720401001ad2d2260 (patch)
treece7a7fc2178c86d603165b4011e340811be720d4 /systemd
parentbba8d3f50075695c3fb1d1bb6d623c1f6d41b7c0 (diff)
downloadnetctl-53a051ec9026ce430755792720401001ad2d2260.tar.gz
netctl-53a051ec9026ce430755792720401001ad2d2260.tar.xz
ifplugd path change (FS#31340)
Needed after ifplugd: 0.28-12 update.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/net-auto-wired.service2
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]