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

Merge pull request #190 from tjjh89017/fix_systemd_start_order

networking.service: fix start networking.service before network is marked online
This commit is contained in:
Julien Fortin
2022-04-29 16:48:42 +02:00
committed by GitHub

View File

@ -2,7 +2,8 @@
Description=Network initialization
Documentation=man:interfaces(5) man:ifup(8) man:ifdown(8)
DefaultDependencies=no
Before=shutdown.target
After=local-fs.target network-pre.target
Before=shutdown.target network.target network-online.target
Conflicts=shutdown.target
Wants=systemd-udev-settle.service
After=systemd-udev-settle.service