'unix' -> 'linux' (bis)
[valheim_web.git] / backend / src / valheim_controller.rs
index 79b92b3..ea502b0 100644 (file)
@@ -4,7 +4,7 @@ use std::{ fs, time::SystemTime };
 \r
 use chrono::{ DateTime, offset::Local };\r
 \r
-#[cfg(target_os = "unix")]\r
+#[cfg(target_os = "linux")]\r
 use systemd::journal;\r
 \r
 #[derive(Clone, Debug)]\r