summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rw-r--r--systemd/cloud-init-local.service3
1 files changed, 3 insertions, 0 deletions
diff --git a/systemd/cloud-init-local.service b/systemd/cloud-init-local.service
index 475a2e11..f3a92e2f 100644
--- a/systemd/cloud-init-local.service
+++ b/systemd/cloud-init-local.service
@@ -10,6 +10,9 @@ Before=shutdown.target
[Service]
Type=oneshot
ExecStart=/usr/bin/cloud-init init --local
+## FIXME: remove this when cloud-initn local does it itself
+## or otherwise better signals any blocking udev events
+ExecStopPost=touch /run/cloud-init/network-config-ready
RemainAfterExit=yes
TimeoutSec=0