projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afeddb
)
show full path of config file in ps(1) output
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 13 Aug 2013 15:02:12 +0000
(15:02 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 13 Aug 2013 15:02:12 +0000
(15:02 +0000)
zebra/init-script
patch
|
blob
|
history
diff --git
a/zebra/init-script
b/zebra/init-script
index
a0d112c
..
658013e
100755
(executable)
--- a/
zebra/init-script
+++ b/
zebra/init-script
@@
-41,7
+41,7
@@
case "$1" in
# Let log rotation take care of backups
#test -f $logfile && mv -f $logfile $logfile.old
( cd $IRSPYDIR/zebra
- zebrasrv-2.0 -f yazserver.xml < /dev/null >> $logfile 2>&1 &
+ zebrasrv-2.0 -f $(pwd)/yazserver.xml < /dev/null >> $logfile 2>&1 &
echo $! > $pidfile
)
;;