From 62db99d2b1297888d984118d0679a289024e2b8e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 24 May 2011 06:59:48 +0000 Subject: added daemon.daemonize option (daemon can now start in the foreground if wished) --- conf/perldaemon.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') 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 -- cgit v1.2.3