comparison init.d/supervisord.conf @ 6370:e285bb7abb28

scripts: apply whitespace cleanup to more files - opt out instead of opt in
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 19 Dec 2016 04:46:48 +0100
parents 03bbd33bc084
children 2c3d30095d5e
comparison
equal deleted inserted replaced
6369:1855b7b29d76 6370:e285bb7abb28
45 numprocs = 1 45 numprocs = 1
46 numprocs_start = 5000 # possible should match ports 46 numprocs_start = 5000 # possible should match ports
47 directory=/srv/kallithea 47 directory=/srv/kallithea
48 command = /srv/kallithea/venv/bin/paster serve my.ini 48 command = /srv/kallithea/venv/bin/paster serve my.ini
49 process_name = %(program_name)s_%(process_num)04d 49 process_name = %(program_name)s_%(process_num)04d
50 redirect_stderr=true 50 redirect_stderr=true
51 stdout_logfile=/%(here)s/kallithea.log 51 stdout_logfile=/%(here)s/kallithea.log