[Zope3-checkins] SVN: Zope3/trunk/zopeskel/etc/zdaemon.conf.in - make zopectl run Zope as a daemonized process by default (like Zope 2)

Fred L. Drake, Jr. fred at zope.com
Thu Jul 8 11:25:22 EDT 2004


Log message for revision 26204:
- make zopectl run Zope as a daemonized process by default (like Zope 2)
- add a comment telling the user not to change the program setting

(Merged from ZopeX3-3.0 branch revision 26203.)



-=-
Modified: Zope3/trunk/zopeskel/etc/zdaemon.conf.in
===================================================================
--- Zope3/trunk/zopeskel/etc/zdaemon.conf.in	2004-07-08 15:22:16 UTC (rev 26203)
+++ Zope3/trunk/zopeskel/etc/zdaemon.conf.in	2004-07-08 15:25:22 UTC (rev 26204)
@@ -2,7 +2,16 @@
 %define LOGDIR $INSTANCE/log
 
 <runner>
+  # This tells the runner what program to run.  Don't change this.
+  #
   program $INSTANCE/bin/runzope
+
+  # The "daemon" setting controls whether "zopectl" runs Zope as a
+  # daemon process.  This is normally set to "on" here, but this can
+  # be disabled if necessary.
+  #
+  daemon on
+
 </runner>
 
 <eventlog>



More information about the Zope3-Checkins mailing list