mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
584e785f5c
commit
3635a19462
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user