From 20f6438343eaeae21b96271deb6d0d1266e48905 Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Mon, 1 Mar 2021 00:00:42 +0100 Subject: [PATCH] Change default name of configuration file to /etc/s0_meter.cfg --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 1eab287..447b1d8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ use std::sync::{Arc, Mutex}; const APP_VERSION: &'static str = env!("CARGO_PKG_VERSION"); -const DEFAULT_CONFIG_FILE_NAME: &str = "/etc/s0_logger.cfg"; +const DEFAULT_CONFIG_FILE_NAME: &str = "/etc/s0_meter.cfg"; const DEFAULT_IP_ADDRESS: &str = "127.0.0.1"; const DEFAULT_IP_PORT: &str = "6310";