diff --git a/src/concepts/mod.rs b/src/concepts/mod.rs index fc93d56..1952b1b 100644 --- a/src/concepts/mod.rs +++ b/src/concepts/mod.rs @@ -8,7 +8,6 @@ mod stream; use std::fmt::Debug; use serde::{Deserialize, Serialize}; -use serde_json::Value; pub use action::Action; pub use config::{Config, Patterns}; diff --git a/src/concepts/plugin.rs b/src/concepts/plugin.rs index fa323cf..204f6f2 100644 --- a/src/concepts/plugin.rs +++ b/src/concepts/plugin.rs @@ -1,4 +1,4 @@ -use std::{collections::BTreeMap, io::Error, process::Stdio}; +use std::{collections::BTreeMap, io::Error, path, process::Stdio}; #[cfg(target_os = "freebsd")] use std::os::freebsd::fs::MetadataExt; @@ -32,8 +32,7 @@ fn systemd_default_options(working_directory: &str) -> BTreeMap BTreeMap