[Lazarus] Finding out how a program's being terminated
Andrew Brunner
atbrunner at aurawin.com
Sat Feb 16 15:01:01 CET 2013
On Feb 16, 2013, at 6:36 AM, Ludo Brands <ludo.brands at free.fr> wrote:
>>
>
> Debian has shuffled the names a bit but the principle is the same.
> /etc/init.d/rc calls eventually /etc/init.d/sendsigs and in that script
> you'll find
> killall5 -15 $OMITPIDS # SIGTERM
> followed a little later by
> killall5 -9 $OMITPIDS # SIGKILL
Lately I've been using killall -s 9 -e $nameofprocess
More information about the Lazarus
mailing list