aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index e799094..5f75d04 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -63,9 +63,9 @@ fn main() {
env_logger::init().unwrap();
let opt = Opt::from_args();
- if !opt.foreground {
- daemonize().expect("failed to daemonize");
- }
+// if !opt.foreground {
+// daemonize().expect("failed to daemonize");
+// }
Interface::new(&opt.interface).start();
}