summaryrefslogtreecommitdiffstats
path: root/wpa_actiond/net-auto-wireless.service
diff options
context:
space:
mode:
Diffstat (limited to 'wpa_actiond/net-auto-wireless.service')
-rw-r--r--wpa_actiond/net-auto-wireless.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/wpa_actiond/net-auto-wireless.service b/wpa_actiond/net-auto-wireless.service
deleted file mode 100644
index 7075cb5..0000000
--- a/wpa_actiond/net-auto-wireless.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Provides automatic netcfg wireless connection
-After=dbus.service
-
-[Service]
-EnvironmentFile=/etc/rc.conf
-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=network.target