mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix: silence journalctl setup error in init
This commit is contained in:
@@ -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?,
|
||||
|
||||
Reference in New Issue
Block a user