blob: 704c039bec745c7ae54d3cdea87d14a8f3a0724a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=Automatic wireless network connection using netctl profiles
Documentation=man:netctl.special(7)
BindsTo=sys-subsystem-net-devices-%i.device
After=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
|