summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-05-24 06:59:48 +0000
committerPaul Buetow <paul@buetow.org>2011-05-24 06:59:48 +0000
commit62db99d2b1297888d984118d0679a289024e2b8e (patch)
tree36ae6262feff735b169d6144b880a8c1686a5bc8 /conf
parent956310f1b221bbbc612a6efd04f260d503e631ce (diff)
added daemon.daemonize option (daemon can now start in the foreground if wished)
Diffstat (limited to 'conf')
-rw-r--r--conf/perldaemon.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/perldaemon.conf b/conf/perldaemon.conf
index edabda2..735cb67 100644
--- a/conf/perldaemon.conf
+++ b/conf/perldaemon.conf
@@ -6,3 +6,4 @@ daemon.pidfile = ./run/perldaemon.pid
daemon.logfile = ./log/perldaemon.log
daemon.modules.dir = ./lib/PerlDaemonModules
daemon.modules.runiterval = 3
+daemon.daemonize = no