* Terminate application when service failed to start, to avoid endless waiting on Linux

git-svn-id: trunk@13290 -
This commit is contained in:
joost 2009-06-18 14:23:23 +00:00
parent f5a24d0f5b
commit 69ac9cb44e

View File

@ -1143,7 +1143,10 @@ begin
end;
end
else
begin
FDaemon.Status:=csStopped;
Application.Terminate;
end;
end;