change wording so clear that it's kill (SIGKILL)

master
rascul 2 years ago
parent fc327e02bb
commit 66c08899a6

@ -24,7 +24,7 @@ pub struct App {
/// should the app be restarted if it exits unsuccessfully
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>,
/// on sup startup, should we wait for this app to run before continuting

Loading…
Cancel
Save