[Checkins] SVN: www.zope.org/trunk/etc/supervisord.conf More supervisord tweaks

Wichert Akkerman wichert at wiggy.net
Sat Apr 5 11:38:08 EDT 2008


Log message for revision 85121:
  More supervisord tweaks

Changed:
  U   www.zope.org/trunk/etc/supervisord.conf

-=-
Modified: www.zope.org/trunk/etc/supervisord.conf
===================================================================
--- www.zope.org/trunk/etc/supervisord.conf	2008-04-05 15:35:06 UTC (rev 85120)
+++ www.zope.org/trunk/etc/supervisord.conf	2008-04-05 15:38:06 UTC (rev 85121)
@@ -1,29 +1,32 @@
 [unix_http_server]
-file=%(here)/var/supervisor.sock
+file=/srv/www.zope.org/var/supervisor.sock
 chmod=0600
 
 [supervisord]
-logfile=%(here)/var/log/supervisord.log
+logfile=/srv/www.zope.org/var/log/supervisord.log
 logfile_maxbytes=5MB
 logfile_backups=10
 loglevel=info
-pidfile=%(here)/var/supervisord.pid ;
-childlogdir=%(here)/var
+pidfile=/srv/www.zope.org/var/supervisord.pid ;
+childlogdir=/srv/www.zope.org/var
 nodaemon=false              ; (start in foreground if true;default false)
 minfds=1024                 ; (min. avail startup file descriptors;default 1024)
 minprocs=200                ; (min. avail process descriptors;default 200)
-directory=%(here)
+directory=/srv/www.zope.org
 user=plone
 
 [program:zeo]
-command = %(here)/bin/zeo fg
+command = /srv/www.zope.org/bin/zeo fg
 autostart= true
 autorestart = true
 
 [program:zeoclient]
-command = %(here)/bin/instance console
+command = /srv/www.zope.org/bin/instance console
 priority = 2
 redirect_stderr = true
 autostart= true
 autorestart = true
 
+[supervisorctl]
+serverurl=unix:///srv/www.zope.org/var/supervisor.sock
+



More information about the Checkins mailing list