summaryrefslogtreecommitdiffstats
path: root/services/netctl@.service
blob: 9bd99b6e894c67b1433a85cea191df686f474b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Networking for netctl profile %i
Documentation=man:netctl.profile(5)
Before=network.target netctl.service
Wants=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/lib/network/network start %i
ExecStop=/usr/lib/network/network stop %i
KillMode=none

[Install]
WantedBy=multi-user.target