Unix tools package contains handy scripts to make your Unix Python programs fancier.
A generic daemon class. Subclasses will daemonize themselves after running
Usage: subclass the Daemon class and override the run() method
Daemonized class keeps it’s PID file to make sure it is not run multiple times and to make sure it knows which process to kill when calling stop().