summaryrefslogtreecommitdiffstats
path: root/systemd/net-auto-wireless.service
blob: 6f7a8c07a3dce659b59958631735b24879db4043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Provides automatic netcfg wireless connection
Before=network.target

[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=multi-user.target