|
|
|
@ -1,4 +1,6 @@
|
|
|
|
|
[supervisord]
|
|
|
|
|
logfile=/var/log/supervisord.log
|
|
|
|
|
pidfile=/var/run/supervisord.pid
|
|
|
|
|
nodaemon=true
|
|
|
|
|
|
|
|
|
|
[program:php5-fpm]
|
|
|
|
@ -8,7 +10,7 @@ command=/usr/sbin/php5-fpm --nodaemonize
|
|
|
|
|
command=/usr/sbin/nginx -g "daemon off;"
|
|
|
|
|
|
|
|
|
|
[program:ttrss-update-daemon]
|
|
|
|
|
command=/usr/bin/php /var/www/update_daemon2.php
|
|
|
|
|
command=/usr/bin/php /var/www/tt-rss/update_daemon2.php
|
|
|
|
|
user=www-data
|
|
|
|
|
stdout_logfile=/tmp/%(program_name)s.stdout
|
|
|
|
|
stderr_logfile=/tmp/%(program_name)s.stderr
|
|
|
|
|