Bases: object
A generic daemon class.
Usage: subclass the Daemon class and override the run() method
Daemonize process by doing Stevens double fork.
Override this method when subclassing Daemon.
start() will call this method after the process has daemonized.
Start the daemon