From 5058ae2eedf4ac12a23e453206b5c4fce1a499d6 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 20 Apr 2023 19:03:15 -0300 Subject: [PATCH] fix: start access_log --- monit.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monit.conf b/monit.conf index 7c860eb..5a66602 100644 --- a/monit.conf +++ b/monit.conf @@ -1,5 +1,5 @@ check process access_log with pidfile /run/access_logd.pid - start program = "/usr/bin/access_logd" + start program = "/usr/bin/access_logd start" stop program = "/usr/bin/access_logd stop" check process nginx with pidfile /run/nginx.pid