diff options
Diffstat (limited to 'systemd/cloud-init.service')
-rw-r--r-- | systemd/cloud-init.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/cloud-init.service b/systemd/cloud-init.service index b204f5cc..be07df3b 100644 --- a/systemd/cloud-init.service +++ b/systemd/cloud-init.service @@ -6,7 +6,7 @@ Wants=local-fs.target cloud-init-local.service [Service] Type=oneshot -ExecStart=/usr/bin/cloud-init start +ExecStart=/usr/bin/cloud-init init RemainAfterExit=yes # Output needs to appear in instance console output |