systemd: disable timeouts so cloud-config jobs have time to finish
This commit is contained in:
parent
10e35b8422
commit
39f29e97ae
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user