From caf2e717aaf2045654a204ea3d9ac973851f36e0 Mon Sep 17 00:00:00 2001 From: mlatorre31 Date: Sun, 24 Jun 2018 02:33:37 +0200 Subject: [PATCH] Update monit-services Right path to the Redis PID file --- docker/monit-services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/monit-services b/docker/monit-services index 89ff5bb..aa30a29 100644 --- a/docker/monit-services +++ b/docker/monit-services @@ -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" -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" stop program = "/usr/bin/redis-cli shutdown"