summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-03-21 08:59:55 -0400
committerScott Moser <smoser@ubuntu.com>2016-03-21 08:59:55 -0400
commit7a22e352b2f87636554d9787f60cd3168f3d77bc (patch)
tree9ce885e2adcfff4d9f996d6a05edd3137a583bfb /systemd
parent16751f75a51814e4873199eddec15040dd221561 (diff)
downloadvyos-cloud-init-7a22e352b2f87636554d9787f60cd3168f3d77bc.tar.gz
vyos-cloud-init-7a22e352b2f87636554d9787f60cd3168f3d77bc.zip
cloud-init-local needs to want network-pre or it isnt guaranteed to start
Diffstat (limited to 'systemd')
-rw-r--r--systemd/cloud-init-local.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/cloud-init-local.service b/systemd/cloud-init-local.service
index dd737644..b19eeaee 100644
--- a/systemd/cloud-init-local.service
+++ b/systemd/cloud-init-local.service
@@ -2,6 +2,7 @@
Description=Initial cloud-init job (pre-networking)
DefaultDependencies=no
Wants=local-fs.target
+Wants=network-pre.target
After=local-fs.target
Conflicts=shutdown.target
Before=network-pre.target