diff --git a/src/app.rs b/src/app.rs index 151843e..1a95c52 100644 --- a/src/app.rs +++ b/src/app.rs @@ -24,7 +24,7 @@ pub struct App { /// should the app be restarted if it exits unsuccessfully pub restart_on_failure: Option, - /// should the app be restarted if it is terminated + /// should the app be restarted if it is killed (SIGKILL) pub restart_on_terminate: Option, /// on sup startup, should we wait for this app to run before continuting