DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-daemon
Beschreibunglibrary for making a Unix daemon process
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.5.2-2
Sektionuniverse/python
Prioritätoptional
Installierte Größe148 Byte
Hängt ab vonpython-lockfile, python (>= 2.5), python-support (>= 0.90.0)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße18902 Byte
Prüfsumme MD5a44c72d60ddb00c9386c7697153a5221
Prüfsumme SHA1a74032375bf9f62e8e8ee5841d437d34077672b2
Prüfsumme SHA256c7206e912997d6e8b86f78f31228e61a8aac06d2fff7801a161a02684a49d365
Link zum Herunterladenpython-daemon_1.5.2-2_all.deb
Ausführliche Beschreibung‘daemon’ is a library that assists a Python program to turn itself into a well-behaved Unix daemon process, as specified in PEP 3143. . This library provides a ‘DaemonContext’ class that manages the following important tasks for becoming a daemon process: . * Detach the process into its own process group. * Set process environment appropriate for running inside a chroot. * Renounce suid and sgid privileges. * Close all open file descriptors. * Change the working directory, uid, gid, and umask. * Set appropriate signal handlers. * Open new file descriptors for stdin, stdout, and stderr. * Manage a specified PID lock file. * Register cleanup functions for at-exit processing.


Impressum
Linux is a registered trademark of Linus Torvalds