Package logilab :: Package common :: Module daemon
[frames] | no frames]

Module daemon

source code

A daemonize function (for Unices) and daemon mix-in class

Classes
  DaemonMixIn
Mixin to make a daemon from watchers/queriers.
Functions
 
daemonize(pidfile) source code
 
print_help(modconfig) source code
 
handle_option(modconfig, opt_name, opt_value, help_meth) source code
Variables
  L_OPTIONS = ["help", "log=", "delay=", 'no-detach']
  S_OPTIONS = 'hl:d:n'