A simple way to let your app support like ./your_app start | stop | status | daemon.
```rust
async fn main() { sssd::create(|| yourasyncfunc()).await } ```