mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
523 B
Plaintext
29 lines
523 B
Plaintext
8 years ago
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
|
||
|
[program:mysqld]
|
||
|
command=/usr/bin/mysqld_safe
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
user=root
|
||
|
|
||
|
[program:cloudstack]
|
||
|
command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator -Dorg.eclipse.jetty.annotations.maxWait=120"
|
||
|
directory=/opt/cloudstack
|
||
|
stdout_logfile=/dev/stdout
|
||
|
stdout_logfile_maxbytes=0
|
||
|
user=root
|
||
|
|
||
|
[program:nginx]
|
||
|
command=/usr/sbin/nginx
|
||
|
autostart=true
|
||
|
autorestart=false
|
||
|
user=root
|
||
|
|
||
|
[program:deploy-zones]
|
||
|
command = /opt/run.sh
|
||
|
startsecs = 0
|
||
|
autorestart = false
|
||
|
startretries = 1
|
||
|
user=root
|