diff options
author | Garrett Holmstrom <gholms@eucalyptus.com> | 2012-08-03 13:49:59 -0700 |
---|---|---|
committer | Garrett Holmstrom <gholms@eucalyptus.com> | 2012-08-03 13:49:59 -0700 |
commit | d1c6ad4a9bfaba86e101642330bd478d9badd361 (patch) | |
tree | 85c5b4945539226d487c5e44f3cb3548a1154dce /systemd/cloud-init.service | |
parent | a7ab005ae9270b56aeebea16b6913c9d76e946ea (diff) | |
download | vyos-cloud-init-d1c6ad4a9bfaba86e101642330bd478d9badd361.tar.gz vyos-cloud-init-d1c6ad4a9bfaba86e101642330bd478d9badd361.zip |
systemd: write stdout to tty so it shows up in GetConsoleOutput
Diffstat (limited to 'systemd/cloud-init.service')
-rw-r--r-- | systemd/cloud-init.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systemd/cloud-init.service b/systemd/cloud-init.service index b8f6f49d..b204f5cc 100644 --- a/systemd/cloud-init.service +++ b/systemd/cloud-init.service @@ -9,5 +9,8 @@ Type=oneshot ExecStart=/usr/bin/cloud-init start RemainAfterExit=yes +# Output needs to appear in instance console output +StandardOutput=tty + [Install] WantedBy=multi-user.target |