Restart process with SIGHUP

LukasMeyerUK at gmail.com LukasMeyerUK at gmail.com
Wed Jan 11 04:38:54 EST 2006


Hello,

I'm trying to restart a process with the os.kill command. My Problem is
that if the command gets executed, my python script stops working. I
want to SIGHUP a process with the following command: os.kill(pid,
signal.SIGHUP).

Can anyone give me a hint in solving this?

Best regards,

Lukas




More information about the Python-list mailing list