mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Add ExecStop to ifupdown2 systemd init file
This commit is contained in:
1
debian/ifupdown2.networking.service
vendored
1
debian/ifupdown2.networking.service
vendored
@@ -4,6 +4,7 @@ Description=ifupdown2 init script
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/sbin/ifup -a
|
ExecStart=/sbin/ifup -a
|
||||||
|
ExecStop=/sbin/ifdown -a
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user