From 4e457e0efd0e5fd5df24c7e9ed63b02d0196ea8d Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Fri, 28 Dec 2012 02:38:58 +0100 Subject: Forking netcfg to netctl (1/2) This commit contains the moving of files. --- systemd/net-auto-wired.service | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 systemd/net-auto-wired.service (limited to 'systemd/net-auto-wired.service') diff --git a/systemd/net-auto-wired.service b/systemd/net-auto-wired.service deleted file mode 100644 index 8948ac6..0000000 --- a/systemd/net-auto-wired.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Automatic wired network connection via netcfg - -[Service] -EnvironmentFile=/etc/conf.d/netcfg -ExecStart=/usr/bin/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