summaryrefslogtreecommitdiffstats
path: root/systemd/netcfg@.service
blob: ddd5ae347d7fc26e657b8c1ff09705a20f2a6d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Netcfg networking service for profile %i
Before=network.target
Wants=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/netcfg check-iface %i
ExecStop=-/usr/bin/netcfg down %i

[Install]
WantedBy=multi-user.target