From 8fa6afed4a9f4811a092b21e0bb362442f9a2493 Mon Sep 17 00:00:00 2001 From: rasul Date: Fri, 25 Oct 2019 16:17:42 -0500 Subject: [PATCH] properly describe what happens when no holds are found --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f4007c..5cc992c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ A hold may be placed on any number of application. If there are any holds, sup will keep track and while any held applications are running, sup will not exit. When all held applications are no longer running, and are not configured to restart anymore, sup will close the other applications and shutdown. If no holds -are specified, sup will just keep running until it's killed. +are specified, sup will start apps until it realizes there are no holds then +proceed to exit. ## Configuration File