extern crate libsystemd;
use ;
use thread;
/*
```
[Service]
WatchdogSec=1s
ExecStart=/home/user/libsystemd-rs/target/debug/examples/watchdog
```
cargo build --example watchdog ; systemctl start --wait --user watchdog; systemctl status --user watchdog
*/