summaryrefslogtreecommitdiffstats
path: root/services/netctl@.service
blob: cb21a4c183126a4a45086a48118ea32021c4fc6d (plain)
1
2
3
4
5
6
7
8
9
10
11
[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