better defaults

This commit is contained in:
2025-05-25 02:22:42 +03:00
parent 5b686e38c4
commit 50233bb6e7
6 changed files with 154 additions and 61 deletions

View File

@@ -22,7 +22,7 @@ fn main() {
}).expect("Error setting Ctrl-C handler");
// Load configuration
let config_path = "fan_control_config.toml";
let config_path = "/var/fan_control/config.toml";
let config = match Config::load(config_path) {
Ok(config) => config,
Err(e) => {