fix: silence journalctl setup error in init

This commit is contained in:
Aiden McClelland
2026-03-25 13:24:02 -06:00
parent e2e88f774e
commit fd0dc9a5b8

View File

@@ -258,7 +258,7 @@ pub async fn init(
.arg("journalctl")
.invoke(crate::ErrorKind::Journald)
.await
.log_err();
.ok();
mount_logs.complete();
tokio::io::copy(
&mut open_file("/run/startos/init.log").await?,