summaryrefslogtreecommitdiffstats
path: root/projectroot/usr/lib/systemd/system/ifupdown.service
blob: f9dd5b473b6369e19792de646342549f013537eb (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Handle network interface with ifup/ifdown
Before=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/sbin/ifup -a
ExecStop=/sbin/ifdown -a