Skip to content

Instantly share code, notes, and snippets.

@arduanov
Created December 29, 2014 13:32
Show Gist options
  • Save arduanov/7ac4e581ec5e10ffb51e to your computer and use it in GitHub Desktop.
Save arduanov/7ac4e581ec5e10ffb51e to your computer and use it in GitHub Desktop.
#[supervisord]
#stdout_logfile=/dev/fd/1
#stdout_logfile_maxbytes=0
[program:cron]
command=/usr/sbin/cron -f
[program:sshd]
command=/usr/sbin/sshd -D
[program:php5-fpm]
command=/usr/sbin/php5-fpm -c /etc/php5/fpm
[program:nginx]
command=/usr/sbin/nginx
[program:postgresql]
user=postgres
command=/usr/lib/postgresql/9.4/bin/postgres --config-file=/etc/postgresql/9.4/main/postgresql.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment