You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/12/07 14:11:13 UTC

cvs commit: xml-forrest/src/resources/forrestbot/scripts launch-overseer

jefft       2002/12/07 05:11:13

  Modified:    src/resources/forrestbot/scripts launch-overseer
  Log:
  Add a nohup
  
  Revision  Changes    Path
  1.3       +1 -1      xml-forrest/src/resources/forrestbot/scripts/launch-overseer
  
  Index: launch-overseer
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/scripts/launch-overseer,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- launch-overseer	7 Dec 2002 12:54:02 -0000	1.2
  +++ launch-overseer	7 Dec 2002 13:11:13 -0000	1.3
  @@ -14,6 +14,6 @@
     exit
   fi
   [ ! -e "$NAMEDPIPE" ] && mkfifo $NAMEDPIPE
  -./overseer < $NAMEDPIPE > overseer.log &
  +nohup ./overseer < $NAMEDPIPE > overseer.log &
   echo overseer pid: $!
   tail -f $WEBAPP/WEB-INF/refresh_log.txt overseer.log