pvebc: Log services to journal+console

Change StandardOutput=console to StandardOutput=journal+console and
StandardError=console to StandardError=journal+console respectively for
the pvebc dracut module systemd services.

Fixes: https://github.com/ibm-s390-linux/s390-tools/issues/205
Fixes: 3d679f61f ("pvebc: Disable unit logging to /boot")
Reviewed-by: Holger Dengler <dengler@linux.ibm.com>
Signed-off-by: Finn Callies <fcallies@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Finn Callies
2026-06-18 15:13:00 +02:00
committed by Jan Höppner
parent 584e785f5c
commit 3635a19462
3 changed files with 6 additions and 6 deletions

View File

@@ -28,8 +28,8 @@ RemainAfterExit=yes
FailureAction=poweroff-immediate
# boot partition is unencrypted and contains SICS so we can get logs out this way
# logs do not leek any sensitive information
StandardOutput=console
StandardError=console
StandardOutput=journal+console
StandardError=journal+console
[Install]
RequiredBy=sel-ebc.target

View File

@@ -20,8 +20,8 @@ FailureAction=poweroff-immediate
RemainAfterExit=yes
# logs do not leek any sensitive information
StandardOutput=console
StandardError=console
StandardOutput=journal+console
StandardError=journal+console
[Install]
RequiredBy=sel-ebc.target

View File

@@ -29,8 +29,8 @@ RemainAfterExit=yes
FailureAction=poweroff-immediate
# boot partition is unencrypted and contains SICS so we can get logs out this way
# logs do not leek any sensitive information
StandardOutput=console
StandardError=console
StandardOutput=journal+console
StandardError=journal+console
[Install]
RequiredBy=sel-ebc.target