diff options
Diffstat (limited to 'systemd/cloud-final.service')
-rw-r--r-- | systemd/cloud-final.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/cloud-final.service b/systemd/cloud-final.service index 19aa02b9..684b9ec3 100644 --- a/systemd/cloud-final.service +++ b/systemd/cloud-final.service @@ -6,7 +6,7 @@ Wants=network.target [Service] Type=oneshot -ExecStart=/usr/bin/cloud-init-cfg all final +ExecStart=/usr/bin/cloud-init modules --mode=final RemainAfterExit=yes # Output needs to appear in instance console output |