dave selby wrote: > Is there a way for a Python script to intercept a HUP signal sent to it ? > > Cheers > > Dave > > Yes, using a signal handler: http://docs.python.org/lib/module-signal.html Let us know if you need clarification on anything after you read the section.