Thomas Courbon writes:
> I would like to turn my server script into a Linux/Unix daemon
> (launched at boot time by init, dunno if that matter) using the nice
> python-daemon package by Ben Finley et al
I resemble that name :-)
> This package comes with a class DaemonRunner that seems to fit al
Hello there,
I currently have a little project which involve the writing of a
server that launch tasks when requested by the user (through a web
interface for instance).
I would like to turn my server script into a Linux/Unix daemon
(launched at boot time by init, dunno if that matter) using the