summaryrefslogtreecommitdiff
path: root/control.sh
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 /control.sh
parentee5e8bcb9b436c38f826304d49debf9d770bc877 (diff)
./lib and ./conf added.
Diffstat (limited to 'control.sh')
-rw-r--r--control.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.sh b/control.sh
index f0bf2ec..1626bee 100644
--- a/control.sh
+++ b/control.sh
@@ -2,7 +2,7 @@
case $1 in
start)
- perl PerlDaemon.pl perldaemon.conf
+ perl ./lib/PerlDaemon.pl ./conf/perldaemon.conf
;;
stop)