[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/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:22:16 EDT 2004
Log message for revision 26203:
- 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
-=-
Modified: Zope3/branches/ZopeX3-3.0/zopeskel/etc/zdaemon.conf.in
===================================================================
--- Zope3/branches/ZopeX3-3.0/zopeskel/etc/zdaemon.conf.in 2004-07-08 13:39:33 UTC (rev 26202)
+++ Zope3/branches/ZopeX3-3.0/zopeskel/etc/zdaemon.conf.in 2004-07-08 15:22:16 UTC (rev 26203)
@@ -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