From d1c6ad4a9bfaba86e101642330bd478d9badd361 Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Fri, 3 Aug 2012 13:49:59 -0700 Subject: systemd: write stdout to tty so it shows up in GetConsoleOutput --- systemd/cloud-init-local.service | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systemd/cloud-init-local.service') diff --git a/systemd/cloud-init-local.service b/systemd/cloud-init-local.service index 2d57567f..bce81fe7 100644 --- a/systemd/cloud-init-local.service +++ b/systemd/cloud-init-local.service @@ -8,5 +8,8 @@ Type=oneshot ExecStart=/usr/bin/cloud-init start-local RemainAfterExit=yes +# Output needs to appear in instance console output +StandardOutput=tty + [Install] WantedBy=multi-user.target -- cgit v1.2.3