Fix 'buildout.cfg' modification code
[zope-bootstrap.git] / skel-zope3 / zdaemon.conf
diff --git a/skel-zope3/zdaemon.conf b/skel-zope3/zdaemon.conf
new file mode 100644 (file)
index 0000000..cae6a23
--- /dev/null
@@ -0,0 +1,8 @@
+<runner>
+  program bin/paster serve deploy.ini
+  daemon on
+  transcript log/zdaemon.log
+  socket-name var/zdaemonsock
+  # Enable this to run the child process as a different user
+  # user zope
+</runner>