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:
1
debian/ifupdown2.networking.service
vendored
1
debian/ifupdown2.networking.service
vendored
@@ -5,6 +5,7 @@ Description=ifupdown2 init script
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/sbin/ifup -a
|
ExecStart=/sbin/ifup -a
|
||||||
ExecStop=/sbin/ifdown -a
|
ExecStop=/sbin/ifdown -a
|
||||||
|
RemainAfterExit=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Reference in New Issue
Block a user