Initial commit.

This commit is contained in:
andy
2014-05-13 21:54:26 +02:00
parent 2213f3cd0d
commit ff6c069a85
5 changed files with 38 additions and 16 deletions

View File

@@ -2,13 +2,13 @@
nodaemon=true
[program:php5-fpm]
command=/usr/sbin/php5-fpm --nodaemonize
command=/usr/sbin/php5-fpm
[program:nginx]
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/ttrss/update_daemon2.php
user=www-data
stdout_logfile=/tmp/%(program_name)s.stdout
stderr_logfile=/tmp/%(program_name)s.stderr