1
0
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:
Roopa Prabhu
2015-09-09 06:37:36 -07:00
parent c6e800c5c7
commit 24c565714b

View File

@@ -4,6 +4,7 @@ Description=ifupdown2 init script
[Service]
Type=oneshot
ExecStart=/sbin/ifup -a
ExecStop=/sbin/ifdown -a
[Install]
WantedBy=multi-user.target