summaryrefslogtreecommitdiffstats
path: root/services/netctl-auto@.service
blob: 6894fda37829f8538aca4eff384b8999909038b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Automatic wireless network connection using netctl profiles
Documentation=man:netctl.special(7)
BindsTo=sys-subsystem-net-devices-%i.device
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