Building debian branch

This commit is contained in:
Ric Harvey
2015-07-10 14:49:20 +01:00
parent 2803363c8d
commit a026b88901
2 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
[unix_http_server]
file=/tmp/supervisor.sock ; (the path to the socket file)
chmod=700
[supervisord]
logfile=/tmp/supervisord.log ; (main log file;default $CWD/supervisord.log)
@@ -23,18 +22,15 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
[program:php5-fpm]
command=/usr/sbin/php5-fpm -c /etc/php5/fpm
commaind=/usr/sbin/php5-fpm -c /etc/php5/fpm
autostart=true
autorestart=true
priority=5
stdout_events_enabled=true
stderr_events_enabled=true
[program:php5-fpm-log]
command=tail -f /var/log/php5-fpm.log
priority=999
stdout_events_enabled=true
[program:nginx]
command=/usr/sbin/nginx
autostart=true
autorestart=true
priority=10
stdout_events_enabled=true
stderr_events_enabled=true