mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
monit addon: fixed path in init script
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
case "${1}" in
|
||||
start)
|
||||
boot_mesg "Starting monit..."
|
||||
loadproc /usr/sbin/monit
|
||||
loadproc /usr/bin/monit
|
||||
;;
|
||||
|
||||
stop)
|
||||
boot_mesg "Stopping monit..."
|
||||
killproc /usr/sbin/monit
|
||||
killproc /usr/bin/monit
|
||||
;;
|
||||
|
||||
restart)
|
||||
@@ -27,7 +27,7 @@ case "${1}" in
|
||||
;;
|
||||
|
||||
status)
|
||||
statusproc /usr/sbin/monit
|
||||
statusproc /usr/bin/monit
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user