summaryrefslogtreecommitdiffstats
path: root/wpa_actiond/net-auto-wireless.service
blob: 68b0b93ca65e970f1c4114238932bbf895421e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Provides automatic netcfg wireless connection
After=dbus.service

[Service]
EnvironmentFile=/etc/rc.conf
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