diff options
author | Scott Moser <smoser@brickies.net> | 2016-11-10 10:41:47 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-11-10 17:09:29 -0500 |
commit | f7d6bfadf4c84e702e950851e8001ee8f4e3c4b4 (patch) | |
tree | 0d8486860b87bab7181252270f4d544587cf4676 /cloudinit | |
parent | e568aec31051674901047ee577f6e229785cbfc3 (diff) | |
download | vyos-cloud-init-f7d6bfadf4c84e702e950851e8001ee8f4e3c4b4.tar.gz vyos-cloud-init-f7d6bfadf4c84e702e950851e8001ee8f4e3c4b4.zip |
systemd: networking service adjustments.
Here we drop the Requires=networking.service but keep the
After=networking.service. The change there is that we no longer
force networking.service to run, as the system may not have it or
be configured to use it.
Second, we add After=systemd-networkd-wait-online.service.
That causes us to run after systemd-networkd has brought networking
up.
The end result is that we now run after both ifupdown or
systemd-networkd (if they were going to run) but do not force either
to run.
One other change is that by dropping Requires=networking.service
cloud-init will now run even if networking failed to come up.
LP: #1636912
Diffstat (limited to 'cloudinit')
0 files changed, 0 insertions, 0 deletions