summaryrefslogtreecommitdiffstats
path: root/services/netctl-auto@.service
blob: 81f23693d2df637ece5f1d7cc461fc2b442f4ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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