Package lib :: Package core :: Module linspector_daemon :: Class LinspectorDaemon
[hide private]
[frames] | no frames]

Class LinspectorDaemon

source code

daemon.Daemon --+
                |
               LinspectorDaemon

Instance Methods [hide private]
 
run(self)
You should override this method when you subclass Daemon.
source code

Inherited from daemon.Daemon: __init__, daemonize, delpid, restart, start, stop

Method Details [hide private]

run(self)

source code 

You should override this method when you subclass Daemon. It will be called after the process has been daemonized by start() or restart().

Overrides: daemon.Daemon.run
(inherited documentation)