diff options
| author | Paul Buetow <paul@buetow.org> | 2011-03-11 07:52:46 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-03-11 07:52:46 +0000 |
| commit | fd0f349f9a9554f9c2a4fa0d96604e7ac9e65b9a (patch) | |
| tree | 93c3e83bec7c0d4315698ddb9eeff4d04189b457 /perldaemon.conf | |
| parent | 85d5f0d033a8c63e0ea0d7197296ed94f6b7cd7c (diff) | |
initial loopinterval and alivefile options.
Diffstat (limited to 'perldaemon.conf')
| -rw-r--r-- | perldaemon.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perldaemon.conf b/perldaemon.conf index d066d88..efe4262 100644 --- a/perldaemon.conf +++ b/perldaemon.conf @@ -1,5 +1,7 @@ # Minimal Perl Daemon Sample Configuration daemon.wd = ./ +daemon.loopinterval = 3 +daemon.alivefile = ./run/perldaemon.alive daemon.pidfile = ./run/perldaemon.pid daemon.logfile = ./log/perldaemon.log daemon.require = ./lib/require.pm |
