Squeak --headless - what is the correct signal to stop Squeak?

Ragnar Hojland Espinosa ragnar.hojland at linalco.com
Sun Mar 13 12:05:32 UTC 2005


On Sun, Mar 13, 2005 at 12:35:59AM -0500, Milan Zimmermann wrote:
> Hi,
> 
> A related question - is there a "correct" signal to "stop" Squeak when run as 
> "init.d" service? I am running a Kom HTTP Server in headless mode (start and 
> stop using the attached script). Currently I use SIGHUP for "STOP". While it 
> works, I wonder if there is a more "correct" or "safe" (in the sense of not 
> loosing the image or whatever else could happen) signal to use... 

If you trap HUP, make sure you also trap TERM. 
-- 
Ragnar Hojland - Project Manager
Linalco "Specialists in Linux and Free Software"
http://www.linalco.com  Tel: +34-91-4561700



More information about the Squeak-dev mailing list