summaryrefslogtreecommitdiffstats
path: root/services/netctl.service
blob: 593d36f0689cb8ecfa9be099c8ceef9fdb2a3bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=(Re)store the netctl profile state
Before=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=-/usr/bin/netctl restore
ExecStop=/usr/bin/netctl store
KillMode=none

[Install]
WantedBy=multi-user.target