1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-07 04:27:15 +00:00

specify path to monit PID file

This commit is contained in:
Simon Kelly 2020-10-19 11:32:20 +02:00
parent f038109912
commit 9923fc208a

View file

@ -2,6 +2,7 @@ set daemon 2
set logfile /var/log/monit.log
set idfile /var/lib/monit/id
set statefile /var/lib/monit/state
set pidfile /var/run/monit.pid
set eventqueue
basedir /var/lib/monit/events