diff options
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 } |