summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorRobert Schweikert <rjschwei@suse.com>2020-08-31 11:23:59 -0400
committerGitHub <noreply@github.com>2020-08-31 11:23:59 -0400
commita802a1243f3bcd72617b6969e5134752666960ca (patch)
treee66c8a7947992c0bdcf71f99a1d5c7dd3865d27f /systemd
parent13362f536e9d8a092ec20dcb5abe7a0b86407f45 (diff)
downloadvyos-cloud-init-a802a1243f3bcd72617b6969e5134752666960ca.tar.gz
vyos-cloud-init-a802a1243f3bcd72617b6969e5134752666960ca.zip
Run cloud-init-local.service after the hv_kvp_daemon (#505)
This ensures that KVP data can be correctly reported to Azure.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/cloud-init-local.service.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/cloud-init-local.service.tmpl b/systemd/cloud-init-local.service.tmpl
index ff9c644d..7166f640 100644
--- a/systemd/cloud-init-local.service.tmpl
+++ b/systemd/cloud-init-local.service.tmpl
@@ -5,6 +5,7 @@ Description=Initial cloud-init job (pre-networking)
DefaultDependencies=no
{% endif %}
Wants=network-pre.target
+After=hv_kvp_daemon.service
After=systemd-remount-fs.service
Before=NetworkManager.service
Before=network-pre.target