From 834f25d46a309861fc6d478686c45a9bca1afaae Mon Sep 17 00:00:00 2001 From: Bryan Harris Date: Tue, 9 Aug 2016 07:11:31 +0700 Subject: system/monit: Updated for version 5.19.0. Signed-off-by: Willy Sudiarto Raharjo --- system/monit/rc.monit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/monit/rc.monit') diff --git a/system/monit/rc.monit b/system/monit/rc.monit index b68e373eac2a6..2bb7a1eafd522 100644 --- a/system/monit/rc.monit +++ b/system/monit/rc.monit @@ -24,7 +24,7 @@ start() { stop() { echo "Shutting down $desc ($prog)..." - monit quit + $prog -c $CONFIG quit return $? } @@ -40,7 +40,7 @@ reload() { } status() { - monit status + $prog -c $CONFIG status return $? } -- cgit v1.2.3