[Checkins] SVN: www.zope.org/trunk/etc/supervisor Use the right filename

Wichert Akkerman wichert at wiggy.net
Sat Apr 5 11:35:07 EDT 2008


Log message for revision 85120:
  Use the right filename

Changed:
  D   www.zope.org/trunk/etc/supervisor.conf
  A   www.zope.org/trunk/etc/supervisord.conf

-=-
Deleted: www.zope.org/trunk/etc/supervisor.conf
===================================================================
--- www.zope.org/trunk/etc/supervisor.conf	2008-04-05 15:34:05 UTC (rev 85119)
+++ www.zope.org/trunk/etc/supervisor.conf	2008-04-05 15:35:06 UTC (rev 85120)
@@ -1,29 +0,0 @@
-[unix_http_server]
-file=%(here)/var/supervisor.sock
-chmod=0600
-
-[supervisord]
-logfile=%(here)/var/log/supervisord.log
-logfile_maxbytes=5MB
-logfile_backups=10
-loglevel=info
-pidfile=%(here)/var/supervisord.pid ;
-childlogdir=%(here)/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)
-user=plone
-
-[program:zeo]
-command = %(here)/bin/zeo fg
-autostart= true
-autorestart = true
-
-[program:zeoclient]
-command = %(here)/bin/instance console
-priority = 2
-redirect_stderr = true
-autostart= true
-autorestart = true
-

Copied: www.zope.org/trunk/etc/supervisord.conf (from rev 85119, www.zope.org/trunk/etc/supervisor.conf)
===================================================================
--- www.zope.org/trunk/etc/supervisord.conf	                        (rev 0)
+++ www.zope.org/trunk/etc/supervisord.conf	2008-04-05 15:35:06 UTC (rev 85120)
@@ -0,0 +1,29 @@
+[unix_http_server]
+file=%(here)/var/supervisor.sock
+chmod=0600
+
+[supervisord]
+logfile=%(here)/var/log/supervisord.log
+logfile_maxbytes=5MB
+logfile_backups=10
+loglevel=info
+pidfile=%(here)/var/supervisord.pid ;
+childlogdir=%(here)/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)
+user=plone
+
+[program:zeo]
+command = %(here)/bin/zeo fg
+autostart= true
+autorestart = true
+
+[program:zeoclient]
+command = %(here)/bin/instance console
+priority = 2
+redirect_stderr = true
+autostart= true
+autorestart = true
+



More information about the Checkins mailing list