diff options
author | Scott Moser <smoser@brickies.net> | 2016-11-10 10:49:17 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-11-10 17:09:29 -0500 |
commit | bf4010a9c379e2109b030af558033014f9137f47 (patch) | |
tree | cc737a0e243f5787151b9599e5f8769b7797e3da /cloudinit/config/cc_growpart.py | |
parent | f7d6bfadf4c84e702e950851e8001ee8f4e3c4b4 (diff) | |
download | vyos-cloud-init-bf4010a9c379e2109b030af558033014f9137f47.tar.gz vyos-cloud-init-bf4010a9c379e2109b030af558033014f9137f47.zip |
systemd: drop both Wants and After local-fs.target
Drop mention of local-fs.target from both cloud-init-local.service
and cloud-init.service. This could actually could cause a loop in
ordering due to cc_mounts writing mount points with:
x-systemd.requires=cloud-init.service
Rather, we specifically list /var/lib/ and systemd-remount-fs.service
in cloud-init-local.service. cloud-init.service will run after
cloud-init-local and thus will have these satisfied.
Diffstat (limited to 'cloudinit/config/cc_growpart.py')
0 files changed, 0 insertions, 0 deletions