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 ---------- systemd/net-auto-wireless.service | 14 -------------- systemd/netcfg.service | 14 -------------- systemd/netcfg@.service | 14 -------------- 4 files changed, 52 deletions(-) delete mode 100644 systemd/net-auto-wired.service delete mode 100644 systemd/net-auto-wireless.service delete mode 100644 systemd/netcfg.service delete mode 100644 systemd/netcfg@.service (limited to 'systemd') 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 diff --git a/systemd/net-auto-wireless.service b/systemd/net-auto-wireless.service deleted file mode 100644 index 81f2369..0000000 --- a/systemd/net-auto-wireless.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Automatic wireless network connection via netcfg -Before=network.target -Wants=network.target - -[Service] -EnvironmentFile=/etc/conf.d/netcfg -ExecStart=/usr/bin/netcfg-wpa_actiond $WIRELESS_INTERFACE -ExecStop=/usr/bin/netcfg-wpa_actiond stop $WIRELESS_INTERFACE -RemainAfterExit=yes -Type=forking - -[Install] -WantedBy=multi-user.target diff --git a/systemd/netcfg.service b/systemd/netcfg.service deleted file mode 100644 index f400be0..0000000 --- a/systemd/netcfg.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Netcfg multi-profile daemon -Before=network.target -Wants=network.target - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/usr/bin/netcfg-daemon start -ExecStop=/usr/bin/netcfg-daemon stop -KillMode=none - -[Install] -WantedBy=multi-user.target diff --git a/systemd/netcfg@.service b/systemd/netcfg@.service deleted file mode 100644 index 57229f8..0000000 --- a/systemd/netcfg@.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Netcfg networking service for profile %i -Before=network.target -Wants=network.target - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/usr/bin/netcfg check-iface %i -ExecStop=-/usr/bin/netcfg down %i -KillMode=none - -[Install] -WantedBy=multi-user.target -- cgit v1.2.3-24-g4f1b