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