From 0c5f43575657d5b73a3ee2999ae1090d4345bcbc Mon Sep 17 00:00:00 2001 From: Jarrett Jordaan Date: Fri, 23 Oct 2009 11:26:57 +0200 Subject: [PATCH] Story Id:1166880 Updated Services Testing --- setup/wizard/lib/services/unixOpenOffice.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/wizard/lib/services/unixOpenOffice.php b/setup/wizard/lib/services/unixOpenOffice.php index b476102..2c7b343 100644 --- a/setup/wizard/lib/services/unixOpenOffice.php +++ b/setup/wizard/lib/services/unixOpenOffice.php @@ -138,7 +138,8 @@ class unixOpenOffice extends unixService { public function start() { $state = $this->status(); if($state != 'STARTED') { - $cmd = "nohup ".$this->getBin().' -nofirststartwizard -nologo -headless -accept="socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" '." &1> /dev/null &"; + //$cmd = "nohup ".$this->getBin().' -nofirststartwizard -nologo -headless -accept="socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" '." &1> /dev/null &"; + $cmd = "nohup ".$this->getBin().' -nofirststartwizard -nologo -headless -accept="socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" '." > /dev/null 2>&1 & echo $!"; if(DEBUG) { echo "Command : $cmd
"; return true; -- libgit2 0.21.4