summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-03-17 08:02:27 +0000
committerPaul Buetow <paul@buetow.org>2011-03-17 08:02:27 +0000
commitc0c2d506b4151a38178321e94276836dde52d169 (patch)
tree0e867b0edf54b0950fd7ac05b61d276ad305c458 /conf
parentee5e8bcb9b436c38f826304d49debf9d770bc877 (diff)
./lib and ./conf added.
Diffstat (limited to 'conf')
-rw-r--r--conf/perldaemon.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/perldaemon.conf b/conf/perldaemon.conf
new file mode 100644
index 0000000..efe4262
--- /dev/null
+++ b/conf/perldaemon.conf
@@ -0,0 +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