# Path to the logfile daemon.logfile=./log/perldaemon.log # The amount of seconds until the next event look takes place daemon.loopinterval=1 # Path to the modules dir daemon.modules.dir=./lib/PerlDaemonModules # Specifies either the daemon should run in daemon or foreground mode daemon.daemonize=yes # Path to the pidfile daemon.pidfile=./run/perldaemon.pid # Each module should run every runinterval seconds daemon.modules.runinterval=3 # Path to the alive file (is touched every loopinterval seconds, usable to monitor) daemon.alivefile=./run/perldaemon.alive # Specifies the working directory daemon.wd=./