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