summaryrefslogtreecommitdiffstats
path: root/services/netctl-auto@.service
blob: 9a035da4e6e3a05dbf5e542ac2c03491245daca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Automatic wireless network connection using netctl profiles
Documentation=man:netctl.special(7)
Before=network.target
Wants=network.target

[Service]
ExecStart=/usr/bin/netctl-auto start %i
ExecStop=/usr/bin/netctl-auto stop %i
RemainAfterExit=yes
Type=forking

[Install]
WantedBy=multi-user.target