summaryrefslogtreecommitdiff
path: root/src/bin/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/daemon')
-rw-r--r--src/bin/daemon/main.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/bin/daemon/main.rs b/src/bin/daemon/main.rs
deleted file mode 100644
index 7f3d7b9..0000000
--- a/src/bin/daemon/main.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-use std::process::Command;
-use xdg::BaseDirectories;
-
-fn main() {
- println!("Hello, daemon!");
-
- // TODO db connection öffnen; idk welche db bisher
-
- // TODO für jedes netzwerk
-}