Author: cutting
Date: Wed Jun 22 11:57:14 2005
New Revision: 192975
URL: http://svn.apache.org/viewcvs?rev=192975&view=rev
Log:
Fixed to use nohup.
Modified:
lucene/nutch/branches/mapred/bin/nutch-daemon.sh
Modified: lucene/nutch/branches/mapred/bin/nutch-daemon.sh
URL:
http://svn.apache.org/viewcvs/lucene/nutch/branches/mapred/bin/nutch-daemon.sh?rev=192975&r1=192974&r2=192975&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/bin/nutch-daemon.sh (original)
+++ lucene/nutch/branches/mapred/bin/nutch-daemon.sh Wed Jun 22 11:57:14 2005
@@ -56,7 +56,7 @@
fi
echo starting $command, logging to $log
- $this_dir/nutch $command "$@" >& $log < /dev/null &
+ nohup $this_dir/nutch $command "$@" >& $log < /dev/null &
echo $! > $pid
sleep 1; head $log
;;