systemd: write stdout to tty so it shows up in GetConsoleOutput
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user