From 3ac504a49a3755e58f6e74b7a17f98f3d4a4eb0c Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Fri, 3 Aug 2012 14:40:42 -0700 Subject: systemd: disable timeouts so cloud-config jobs have time to finish --- systemd/cloud-init-local.service | 1 + 1 file changed, 1 insertion(+) (limited to 'systemd/cloud-init-local.service') 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 -- cgit v1.2.3