diff options
Diffstat (limited to 'systemd/cloud-final.service')
-rw-r--r-- | systemd/cloud-final.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systemd/cloud-final.service b/systemd/cloud-final.service index 23275ee5..19aa02b9 100644 --- a/systemd/cloud-final.service +++ b/systemd/cloud-final.service @@ -9,5 +9,8 @@ Type=oneshot ExecStart=/usr/bin/cloud-init-cfg all final RemainAfterExit=yes +# Output needs to appear in instance console output +StandardOutput=tty + [Install] WantedBy=multi-user.target |