From 32a85e6acc81075006c891576cb8fd15b9db9318 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 13 Aug 2013 15:02:12 +0000 Subject: [PATCH] show full path of config file in ps(1) output --- zebra/init-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra/init-script b/zebra/init-script index a0d112c..658013e 100755 --- 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 ) ;; -- 1.7.10.4