[Checkins] SVN: www.zope.org/trunk/etc/supervisord.conf Oops, the rpcinterface bit is required

Wichert Akkerman wichert at wiggy.net
Sat Apr 5 11:47:10 EDT 2008


Log message for revision 85123:
  Oops, the rpcinterface bit is required

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:45:37 UTC (rev 85122)
+++ www.zope.org/trunk/etc/supervisord.conf	2008-04-05 15:47:10 UTC (rev 85123)
@@ -15,6 +15,12 @@
 directory=/srv/www.zope.org
 user=plone
 
+[rpcinterface:supervisor]
+supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
+
+[supervisorctl]
+serverurl=unix:///srv/www.zope.org/var/supervisor.sock
+
 [program:zeo]
 command = /srv/www.zope.org/bin/zeo fg
 autostart= true
@@ -27,6 +33,3 @@
 autostart= true
 autorestart = true
 
-[supervisorctl]
-serverurl=unix:///srv/www.zope.org/var/supervisor.sock
-



More information about the Checkins mailing list