freezer_dr.common.daemon
Module¶Generic deamon.
freezer_dr.common.daemon.
Daemon
(pidfile, stdin='/dev/null', stdout='/dev/null', stderr='/dev/null')[source]¶Bases: object
A generic daemon class.
Usage: subclass the Daemon class and override the run() method
daemonize
()[source]¶Do the UNIX double-fork magic.
See Stevens’ “Advanced Programming in the UNIX Environment” for details (ISBN 0201563177) http://www.erlenstar.demon.co.uk/unix/faq_2.html#SEC16
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.