diff options
author | Bryan Harris <bryanlharris@gmail.com> | 2016-10-27 06:26:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-27 06:26:26 +0700 |
commit | 1d0e69e3a5184397f2140e7d663d892d08e41ca9 (patch) | |
tree | 07fa015a731ea172b610ad953e8914dc3e536f2f /system/monit/rc.monit | |
parent | 3f9ddd95ec4146eea3855277f745e13c2d669418 (diff) |
system/monit: Updated for version 5.20.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/monit/rc.monit')
-rw-r--r-- | system/monit/rc.monit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/monit/rc.monit b/system/monit/rc.monit index 2bb7a1eafd522..740e0f6919da9 100644 --- a/system/monit/rc.monit +++ b/system/monit/rc.monit @@ -30,6 +30,7 @@ stop() { restart() { stop + sleep 2 start } |