diff --git a/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service b/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service index 11c1e76e..ee03a19f 100644 --- a/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service +++ b/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service @@ -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 diff --git a/rust/pvebc/95sel-ebc/sel-ebc-paes-enforce.service b/rust/pvebc/95sel-ebc/sel-ebc-paes-enforce.service index a335ba99..77143d4a 100644 --- a/rust/pvebc/95sel-ebc/sel-ebc-paes-enforce.service +++ b/rust/pvebc/95sel-ebc/sel-ebc-paes-enforce.service @@ -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 diff --git a/rust/pvebc/95sel-ebc/sel-ebc-pvebc.service b/rust/pvebc/95sel-ebc/sel-ebc-pvebc.service index 0965f416..70dff16e 100644 --- a/rust/pvebc/95sel-ebc/sel-ebc-pvebc.service +++ b/rust/pvebc/95sel-ebc/sel-ebc-pvebc.service @@ -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