<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Marco van de Voort wrote:
<blockquote cite="mid:20091108192146.0BC3433CA1@turtle.stack.nl"
type="cite">
<pre wrap="">In our previous episode, Wimpie Nortje said:
</pre>
<blockquote type="cite">
<pre wrap="">I am writing an application using lazdaemon. How does one stop the
daemon gracefully, ie not killing it.
The wiki says the daemon runs until it receives the TERM signal. THe
only way I know to send the TERM signal is using 'kill'. This kills the
app rather letting it exit gracefully.
</pre>
</blockquote>
<pre wrap=""><!---->
Known issue, see
<a class="moz-txt-link-freetext" href="http://bugs.freepascal.org/view.php?id=14741">http://bugs.freepascal.org/view.php?id=14741</a>
there are some more signals that are handled.
</pre>
</blockquote>
Are there plans to fix/change this, or must I implement some kind of
pid check myself?<br>
<br>
I also see a mention of a '-b' parameter in the report but it doesn't
daemonize my application. Is it new? I am using fpc 2.2.4<br>
</body>
</html>