1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-12 17:36:02 +00:00
Files
docker-ttrss/supervisord.conf
Christian Lück 92bfd747c5 Initial commit
2014-04-26 17:24:57 +02:00

16 lines
330 B
Plaintext

[supervisord]
nodaemon=true
[program:php5-fpm]
command=/usr/sbin/php5-fpm --nodaemonize
[program:nginx]
command=/usr/sbin/nginx -g "daemon off;"
[program:ttrss-update-daemon]
command=/usr/bin/php /var/www/update_daemon2.php
user=www-data
stdout_logfile=/tmp/%(program_name)s.stdout
stderr_logfile=/tmp/%(program_name)s.stderr