Merge pull request #4 from mlatorre31/patch-1

Update monit-services
This commit is contained in:
Roni Väyrynen
2018-06-25 17:21:25 +03:00
committed by GitHub

View File

@@ -5,6 +5,6 @@ check process xo-server with pidfile /var/run/xo-server.pid
stop program = "/usr/bin/forever stop /etc/xen-orchestra/packages/xo-server/bin/xo-server" stop program = "/usr/bin/forever stop /etc/xen-orchestra/packages/xo-server/bin/xo-server"
check process redis with pidfile /var/run/redis/redis.pid check process redis with pidfile /var/run/redis_6379.pid
start program = "/usr/bin/redis-server /etc/redis.conf --daemonize yes" start program = "/usr/bin/redis-server /etc/redis.conf --daemonize yes"
stop program = "/usr/bin/redis-cli shutdown" stop program = "/usr/bin/redis-cli shutdown"