[fpc-pascal] Stopping daemon in linux

Wimpie Nortje wimpienortje at gmail.com
Mon Nov 9 06:50:04 CET 2009



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.




More information about the fpc-pascal mailing list