diff init.d/supervisord.conf @ 4902:03bbd33bc084

docs: rework stuff The existing docs were far from how we wanted it to be. There was so much to do and it is not feasible to do that cleanup it in clean patches. Instead, I took a sweep through the docs and changed what I thought could benefit from a change: structure, examples, advices, language, markup, content, etc.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 11 Mar 2015 16:10:30 +0100
parents 24c0d584ba86
children e285bb7abb28
line wrap: on
line diff
--- a/init.d/supervisord.conf	Wed Mar 11 01:17:33 2015 +0100
+++ b/init.d/supervisord.conf	Wed Mar 11 16:10:30 2015 +0100
@@ -23,7 +23,7 @@
 ;directory=/tmp              ; (default is not to cd during start)
 ;nocleanup=true              ; (don't clean up tempfiles at start;default false)
 ;childlogdir=/tmp            ; ('AUTO' child log dir, default $TEMP)
-environment=HOME=/home/username       ; (key value pairs to add to environment)
+environment=HOME=/srv/kallithea       ; (key value pairs to add to environment)
 ;strip_ansi=false            ; (strip ansi escape codes in logs; def. false)
 
 ; the below section must remain in the config file for RPC
@@ -44,8 +44,8 @@
 [program:kallithea]
 numprocs = 1
 numprocs_start = 5000 # possible should match ports
-directory=/home/username/kallithea-dir
-command = /home/username/v-env/bin/paster serve rc.ini
+directory=/srv/kallithea
+command = /srv/kallithea/venv/bin/paster serve my.ini
 process_name = %(program_name)s_%(process_num)04d
 redirect_stderr=true 
-stdout_logfile=/%(here)s/kallithea.log 
\ No newline at end of file
+stdout_logfile=/%(here)s/kallithea.log