in reply to Linux Service HUP integration?

For writing a daemon I'd strongly recommend Net::Server. It does everithing you need to demonize a script, and something more.

Rule One: "Do not act incautiously when confronting a little bald wrinkly smiling man."

Replies are listed 'Best First'.
Re^2: Linux Service HUP integration?
by SituationSoap (Acolyte) on Jul 16, 2009 at 17:56 UTC
    Thanks, that looks like it might integrate a lot of what I need without requiring me to reinvent the wheel. I'll give that a look.