Use the correct process name...
[valheim_web.git] / backend / src / valheim_controller.rs
index fd6dcc4..f10a2b2 100644 (file)
@@ -42,7 +42,7 @@ fn format_byte_size(bytes: u64, precision: usize) -> String {
     String::from("")\r
 }\r
 \r
-const VALHEIM_PROCESS_NAME: &str = "firefox"; //valheim_server";\r
+const VALHEIM_PROCESS_NAME: &str = "valheim_server";\r
 \r
 pub fn get_valheim_executable_information() -> Option<ValheimExe> {\r
     let mut system = sysinfo::System::new_all();\r