|
|
@ -1,6 +1,12 @@
|
|
|
|
[supervisord]
|
|
|
|
[supervisord]
|
|
|
|
nodaemon = true
|
|
|
|
nodaemon = true
|
|
|
|
logfile = /var/log/supervisor/supervisord.log
|
|
|
|
logfile = /data/logs/supervisord.log
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[program:nginx]
|
|
|
|
|
|
|
|
command = nginx -g 'daemon off;'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[program:rsyslog]
|
|
|
|
|
|
|
|
command = rsyslogd -n
|
|
|
|
|
|
|
|
|
|
|
|
[program:postfix]
|
|
|
|
[program:postfix]
|
|
|
|
command = /usr/lib/postfix/master -d
|
|
|
|
command = /usr/lib/postfix/master -d
|
|
|
@ -11,14 +17,12 @@ command = /usr/sbin/dovecot -c /etc/dovecot/dovecot.conf -F
|
|
|
|
[program:spamassassin]
|
|
|
|
[program:spamassassin]
|
|
|
|
command = /usr/sbin/spamd
|
|
|
|
command = /usr/sbin/spamd
|
|
|
|
|
|
|
|
|
|
|
|
[program:rsyslog]
|
|
|
|
|
|
|
|
command = rsyslogd -n
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[program:admin]
|
|
|
|
[program:admin]
|
|
|
|
command = uwsgi --yaml /etc/uwsgi/apps-enabled/freeposte.yml
|
|
|
|
command = uwsgi --yaml /etc/uwsgi/apps-enabled/freeposte.yml
|
|
|
|
|
|
|
|
stdout_logfile = /data/logs/admin.log
|
|
|
|
[program:nginx]
|
|
|
|
stderr_logfile = /data/logs/admin-error.log
|
|
|
|
command = nginx -g 'daemon off;'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[program:webmail]
|
|
|
|
[program:webmail]
|
|
|
|
command = php5-fpm -F
|
|
|
|
command = php5-fpm -F
|
|
|
|
|
|
|
|
stdout_logfile = /data/logs/php.log
|
|
|
|
|
|
|
|
stderr_logfile = /data/logs/php-error.log
|
|
|
|