From 90939503b37dcb1dc17e40b872862bafff47dbbb Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Sun, 24 Jun 2012 23:49:45 +0200 Subject: Fix net-auto-wired.service (FS#30348) The issue still needs proper fixing, but at least this makes things work again. --- systemd/net-auto-wired.service | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'systemd') 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 -- cgit v1.2.3-24-g4f1b