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:
Finn Callies
2026-05-06 11:54:34 +02:00
committed by Jan Höppner
parent 9237c5b675
commit 3d679f61fc
3 changed files with 6 additions and 6 deletions

View File

@@ -30,8 +30,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=file:/boot/sics/log
StandardError=file:/boot/sics/log
StandardOutput=console
StandardError=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=file:/boot/sics/log
StandardError=file:/boot/sics/log
StandardOutput=console
StandardError=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=file:/boot/sics/log
StandardError=file:/boot/sics/log
StandardOutput=console
StandardError=console
[Install]
RequiredBy=sel-ebc.target