|
|
@ -24,7 +24,7 @@ pub struct App {
|
|
|
|
/// should the app be restarted if it exits unsuccessfully
|
|
|
|
/// should the app be restarted if it exits unsuccessfully
|
|
|
|
pub restart_on_failure: Option<bool>,
|
|
|
|
pub restart_on_failure: Option<bool>,
|
|
|
|
|
|
|
|
|
|
|
|
/// should the app be restarted if it is terminated
|
|
|
|
/// should the app be restarted if it is killed (SIGKILL)
|
|
|
|
pub restart_on_terminate: Option<bool>,
|
|
|
|
pub restart_on_terminate: Option<bool>,
|
|
|
|
|
|
|
|
|
|
|
|
/// on sup startup, should we wait for this app to run before continuting
|
|
|
|
/// on sup startup, should we wait for this app to run before continuting
|
|
|
|