On Feb 16, 2013, at 6:36 AM, Ludo Brands <[email protected]> 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

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to