Marc Santhoff wrote:
You can send any defined signal using kill. Try:
# kill -TERM <yourdeamon>
for sending the TERM signal. At least FreeBSDs kill works that way. If
yours doesn't try:
That is what I did. This doesn't run my daemon's exit routines. I don't
know if Linux just kills the daemon or if the daemon receives the signal
and exits properly without calling the exit routines.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal