diff options
| author | Paul Buetow <paul@buetow.org> | 2011-05-24 06:59:48 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-05-24 06:59:48 +0000 |
| commit | 62db99d2b1297888d984118d0679a289024e2b8e (patch) | |
| tree | 36ae6262feff735b169d6144b880a8c1686a5bc8 /conf | |
| parent | 956310f1b221bbbc612a6efd04f260d503e631ce (diff) | |
added daemon.daemonize option (daemon can now start in the foreground if wished)
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/perldaemon.conf | 1 |
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 |
