From 66c08899a6ab4a847e1267711b522ddb245fd490 Mon Sep 17 00:00:00 2001 From: rascul Date: Sat, 23 Jul 2022 12:00:17 -0500 Subject: [PATCH] change wording so clear that it's kill (SIGKILL) --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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