This commit is contained in:
Sergio
2026-05-08 17:27:10 +00:00
parent 354f992c63
commit 9420eae0b6
6 changed files with 18 additions and 3 deletions
@@ -14,7 +14,7 @@ use std::sync::Mutex;
use tokio::signal::unix::{signal, SignalKind};
use tracing::{info, warn};
use tracing_subscriber::EnvFilter;
use zbus::{fdo, interface, Connection};
use zbus::{fdo, interface};
const BUS_NAME: &str = "org.freedesktop.hostname1";
const OBJ_PATH: &str = "/org/freedesktop/hostname1";