diff --git a/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service b/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service index 7d30fee7..13dffd08 100644 --- a/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service +++ b/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service @@ -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 diff --git a/rust/pvebc/95sel-ebc/sel-ebc-paes-enforce.service b/rust/pvebc/95sel-ebc/sel-ebc-paes-enforce.service index 77143d4a..e5d70ea7 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=console -StandardError=console +StandardOutput=journal+console +StandardError=journal+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 13652621..2b214e2d 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=console -StandardError=console +StandardOutput=journal+console +StandardError=journal+console [Install] RequiredBy=sel-ebc.target