Update to work with new Xen-Orchestra repo and structure. Minor updates on top of it

This commit is contained in:
ronivay
2018-02-24 18:18:39 +02:00
parent 55c7d01875
commit c5545e631c
3 changed files with 37 additions and 51 deletions

View File

@@ -1,8 +1,8 @@
set init
check process xo-server with pidfile /var/run/xo-server.pid
start program = "/usr/bin/forever start --pidFile /var/run/xo-server.pid --sourceDir /etc/xo-server bin/xo-server"
stop program = "/usr/bin/forever stop /etc/xo-server/bin/xo-server"
start program = "/usr/bin/forever start --pidFile /var/run/xo-server.pid --sourceDir /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