diff options
| author | Paul Buetow <paul@buetow.org> | 2011-02-06 11:57:16 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-02-06 11:57:16 +0000 |
| commit | 90a8b2d985af490bec9ef19a7eb8a88dc75044c7 (patch) | |
| tree | a8b026eb4ae23419cee282b5dbad355a917f45d2 /perldaemon.conf | |
| parent | 4c61b0ebec8884fa80311b0004338f88667b19cd (diff) | |
added log and run subdirs
Diffstat (limited to 'perldaemon.conf')
| -rw-r--r-- | perldaemon.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perldaemon.conf b/perldaemon.conf index cf036f6..cf25e30 100644 --- a/perldaemon.conf +++ b/perldaemon.conf @@ -1,4 +1,4 @@ # Minimal Perl Daemon Sample Configuration daemon.wd = ./ -daemon.pidfile = ./perldaemon.pid -daemon.logfile = ./perldaemon.log +daemon.pidfile = ./run/perldaemon.pid +daemon.logfile = ./log/perldaemon.log |
