diff --git a/init.d/supervisord.conf b/init.d/supervisord.conf --- a/init.d/supervisord.conf +++ b/init.d/supervisord.conf @@ -45,7 +45,7 @@ serverurl=http://127.0.0.1:9001 ; use an numprocs = 1 numprocs_start = 5000 # possible should match ports directory=/srv/kallithea -command = /srv/kallithea/venv/bin/paster serve my.ini +command = /srv/kallithea/venv/bin/gearbox serve -c my.ini process_name = %(program_name)s_%(process_num)04d -redirect_stderr=true -stdout_logfile=/%(here)s/kallithea.log +redirect_stderr=true +stdout_logfile=/%(here)s/kallithea.log