summaryrefslogtreecommitdiff
path: root/src/bin/daemon/main.rs
blob: 7f3d7b908a3334ea4042aa0c35ed83a708e115a3 (plain)
1
2
3
4
5
6
7
8
9
10
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
}