summaryrefslogtreecommitdiffstats
path: root/services/netctl-auto@.service
diff options
context:
space:
mode:
Diffstat (limited to 'services/netctl-auto@.service')
-rw-r--r--services/netctl-auto@.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/services/netctl-auto@.service b/services/netctl-auto@.service
new file mode 100644
index 0000000..81f2369
--- /dev/null
+++ b/services/netctl-auto@.service
@@ -0,0 +1,14 @@
+[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