[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#732603: ITP: python-daemonize -- Python module for writing system daemons



Package: wnpp
Severity: wishlist
Owner: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

* Package name    : python-daemonize
  Version         : 2.2.1
  Upstream Author : Ilya Otyutskiy <ilya.otyutskiy@icloud.com>
* URL             : http://pypi.python.org/pypi/daemonize
* License         : Expat
  Programming Lang: Python
  Description     : Python module for writing system daemons

 The daemonize module provides a simple class (Daemonize) that
 handles forking a sub-fraction of your Python script to background.
 .
 It takes care of:
    - changing the applications directory to '/'
    - setting umask 0027 for root daemons
    - creating a locked PID file
    - closing open file descriptors
    - removing PID file on daemon exit
    - handling SIGTERM signals
    - logging daemon actions to /dev/lo


Reply to: