diff init.d/supervisord.conf @ 4190:99ad9d0af1a3 kallithea-2.2.5-rebrand

Rename init scripts and fix references inside them
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:40 -0400
parents e4eabd2558b6
children 24c0d584ba86
line wrap: on
line diff
--- a/init.d/supervisord.conf	Wed Jul 02 19:04:39 2014 -0400
+++ b/init.d/supervisord.conf	Wed Jul 02 19:04:40 2014 -0400
@@ -9,21 +9,21 @@
 ;password=123               ; (default is no password (open server))
 
 [supervisord]
-logfile=/%(here)s/supervisord_rhodecode.log ; (main log file;default $CWD/supervisord.log)
+logfile=/%(here)s/supervisord_kallithea.log ; (main log file;default $CWD/supervisord.log)
 logfile_maxbytes=50MB        ; (max main logfile bytes b4 rotation;default 50MB)
 logfile_backups=10           ; (num of main logfile rotation backups;default 10)
 loglevel=info                ; (log level;default info; others: debug,warn,trace)
-pidfile=/%(here)s/supervisord_rhodecode.pid ; (supervisord pidfile;default supervisord.pid)
+pidfile=/%(here)s/supervisord_kallithea.pid ; (supervisord pidfile;default supervisord.pid)
 nodaemon=true               ; (start in foreground if true;default false)
 minfds=1024                  ; (min. avail startup file descriptors;default 1024)
 minprocs=200                 ; (min. avail process descriptors;default 200)
 umask=022                    ; (process file creation umask;default 022)
-user=marcink                  ; (default is current user, required if root)
+user=username                  ; (default is current user, required if root)
 ;identifier=supervisor       ; (supervisord identifier, default is 'supervisor')
 ;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/marcink       ; (key value pairs to add to environment)
+environment=HOME=/home/username       ; (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
@@ -40,12 +40,12 @@
 ;history_file=~/.sc_history  ; use readline history if available
 
 
-; restart with supervisorctl restart rhodecode:*
-[program:rhodecode]
+; restart with supervisorctl restart kallithea:*
+[program:kallithea]
 numprocs = 1
 numprocs_start = 5000 # possible should match ports
-directory=/home/marcink/rhodecode-dir
-command = /home/marcink/v-env/bin/paster serve rc.ini
+directory=/home/username/kallithea-dir
+command = /home/username/v-env/bin/paster serve rc.ini
 process_name = %(program_name)s_%(process_num)04d
 redirect_stderr=true 
-stdout_logfile=/%(here)s/rhodecode.log 
\ No newline at end of file
+stdout_logfile=/%(here)s/kallithea.log 
\ No newline at end of file