summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systemd/cloud-config.service1
-rw-r--r--systemd/cloud-final.service1
-rw-r--r--systemd/cloud-init-local.service1
-rw-r--r--systemd/cloud-init.service1
4 files changed, 4 insertions, 0 deletions
diff --git a/systemd/cloud-config.service b/systemd/cloud-config.service
index 8bc09c94..fc72fc48 100644
--- a/systemd/cloud-config.service
+++ b/systemd/cloud-config.service
@@ -8,6 +8,7 @@ Wants=network.target
Type=oneshot
ExecStart=/usr/bin/cloud-init modules --mode=config
RemainAfterExit=yes
+TimeoutSec=0
# Output needs to appear in instance console output
StandardOutput=tty
diff --git a/systemd/cloud-final.service b/systemd/cloud-final.service
index 684b9ec3..f836eab6 100644
--- a/systemd/cloud-final.service
+++ b/systemd/cloud-final.service
@@ -8,6 +8,7 @@ Wants=network.target
Type=oneshot
ExecStart=/usr/bin/cloud-init modules --mode=final
RemainAfterExit=yes
+TimeoutSec=0
# Output needs to appear in instance console output
StandardOutput=tty
diff --git a/systemd/cloud-init-local.service b/systemd/cloud-init-local.service
index b605c3e2..6a551710 100644
--- a/systemd/cloud-init-local.service
+++ b/systemd/cloud-init-local.service
@@ -7,6 +7,7 @@ After=local-fs.target
Type=oneshot
ExecStart=/usr/bin/cloud-init init --local
RemainAfterExit=yes
+TimeoutSec=0
# Output needs to appear in instance console output
StandardOutput=tty
diff --git a/systemd/cloud-init.service b/systemd/cloud-init.service
index be07df3b..d4eb9fa5 100644
--- a/systemd/cloud-init.service
+++ b/systemd/cloud-init.service
@@ -8,6 +8,7 @@ Wants=local-fs.target cloud-init-local.service
Type=oneshot
ExecStart=/usr/bin/cloud-init init
RemainAfterExit=yes
+TimeoutSec=0
# Output needs to appear in instance console output
StandardOutput=tty