A simple way to let your app support like ./you_app start | stop | status | daemon.

```rust

[actix_web::main]

async fn main() { sssd::create(|| youasyncfunc()).await } ```