mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 14:09:13 +02:00
* Terminate application when service failed to start, to avoid endless waiting on Linux
git-svn-id: trunk@13290 -
This commit is contained in:
parent
f5a24d0f5b
commit
69ac9cb44e
@ -1143,7 +1143,10 @@ begin
|
||||
end;
|
||||
end
|
||||
else
|
||||
begin
|
||||
FDaemon.Status:=csStopped;
|
||||
Application.Terminate;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user