1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

Fixing Debian Bug report - #813046 ifupdown2: No network connection on startup

Ticket:
Reviewed By: Julien
Testing Done: Changed the /lib/systemd/system/networking.service then reboot

Following Sam solution posted on the bug report :
Adding "RemainAfterExit=yes" in the [Services] section of /lib/systemd/system/networking.service
This commit is contained in:
Julien Fortin
2016-03-10 21:55:44 +01:00
parent 34a103ce89
commit a52360a086

View File

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