diff --git a/src/daemon.rs b/src/daemon.rs index 27654be..11fb858 100644 --- a/src/daemon.rs +++ b/src/daemon.rs @@ -7,7 +7,7 @@ use std::{ io::prelude::*, os::unix::net::UnixStream, path::Path, - process::{exit, id, Command, Stdio}, + process::{exit, id}, thread::sleep, time::Duration, time::SystemTime,