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.service | 1 + 1 file changed, 1 insertion(+) (limited to 'systemd/cloud-init.service') 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 -- cgit v1.2.3