diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/cloud-config.service | 3 | ||||
-rw-r--r-- | systemd/cloud-final.service | 3 | ||||
-rw-r--r-- | systemd/cloud-init-local.service | 3 | ||||
-rw-r--r-- | systemd/cloud-init.service | 3 |
4 files changed, 12 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 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 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 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 |