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