Sept. 4, 2007
9:20 a.m.
On Tue, 2007-09-04 at 10:12 +0600, Pavel Bastov wrote:
Hi all,
how do I process the reload event (service <myservice> reload) in my Twisted application?
It's application dependent. There are probably hundreds of ways you could do it. Or do you mean "how do I receive a HUP", which is different; an init script need not implement reload via HUP.
TIA