mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
pvebc: Disable unit logging to /boot
The boot partition is not designed for log files. Disable logging of the EBC units to /boot/sics/log. 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
9237c5b675
commit
3d679f61fc
@@ -30,8 +30,8 @@ RemainAfterExit=yes
|
|||||||
FailureAction=poweroff-immediate
|
FailureAction=poweroff-immediate
|
||||||
# boot partition is unencrypted and contains SICS so we can get logs out this way
|
# boot partition is unencrypted and contains SICS so we can get logs out this way
|
||||||
# logs do not leek any sensitive information
|
# logs do not leek any sensitive information
|
||||||
StandardOutput=file:/boot/sics/log
|
StandardOutput=console
|
||||||
StandardError=file:/boot/sics/log
|
StandardError=console
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
RequiredBy=sel-ebc.target
|
RequiredBy=sel-ebc.target
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ FailureAction=poweroff-immediate
|
|||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
# logs do not leek any sensitive information
|
# logs do not leek any sensitive information
|
||||||
StandardOutput=file:/boot/sics/log
|
StandardOutput=console
|
||||||
StandardError=file:/boot/sics/log
|
StandardError=console
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
RequiredBy=sel-ebc.target
|
RequiredBy=sel-ebc.target
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ RemainAfterExit=yes
|
|||||||
FailureAction=poweroff-immediate
|
FailureAction=poweroff-immediate
|
||||||
# boot partition is unencrypted and contains SICS so we can get logs out this way
|
# boot partition is unencrypted and contains SICS so we can get logs out this way
|
||||||
# logs do not leek any sensitive information
|
# logs do not leek any sensitive information
|
||||||
StandardOutput=file:/boot/sics/log
|
StandardOutput=console
|
||||||
StandardError=file:/boot/sics/log
|
StandardError=console
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
RequiredBy=sel-ebc.target
|
RequiredBy=sel-ebc.target
|
||||||
|
|||||||
Reference in New Issue
Block a user