X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2Fsrc%2Fvalheim_controller.rs;fp=backend%2Fsrc%2Fvalheim_controller.rs;h=ea502b0c56ebf940a4f8111c3dd394aa3438288a;hb=789a6a753a37442c641e63c52105ae2433fda634;hp=79b92b3f984d86cf530d215a7bd363fd1a1a2041;hpb=8688a849ec5e277bbbaf1860a621cae6d11f566b;p=valheim_web.git diff --git a/backend/src/valheim_controller.rs b/backend/src/valheim_controller.rs index 79b92b3..ea502b0 100644 --- a/backend/src/valheim_controller.rs +++ b/backend/src/valheim_controller.rs @@ -4,7 +4,7 @@ use std::{ fs, time::SystemTime }; use chrono::{ DateTime, offset::Local }; -#[cfg(target_os = "unix")] +#[cfg(target_os = "linux")] use systemd::journal; #[derive(Clone, Debug)]