a b c d e f g h i j k l m n o p q r s t u v w x y z

daemonize

Source: daemonize
Package: daemonize
Versions: daemonize (1.7.6-2), daemonize (1.7.7-1), daemonize (1.7.7-1+b1), daemonize (1.7.8-1), daemonize (1.7.8-2), daemonize (1.7.8-3), daemonize (1.7.8-4), daemonize (1.7.8-4+b1), daemonize (1.7.8-4.1), daemonize (1.7.8-4.1+b1)
Prioritize: 47
Description: tool to run a command as a daemon
 As defined in W. Richard Stevens’ 1990 book, UNIX Network Programming
 (Addison-Wesley, 1990), a daemon is “a process that executes ‘in the
 background’ i.e., without an associated terminal or login shell) either
 waiting for some event to occur, or waiting to perform some specified task on a
 periodic basis.” Upon startup, a typical daemon program will:
 .
  * Close all open file descriptors (especially standard input, standard output
    and standard error)
  * Change its working directory to the root filesystem, to ensure that it
    doesn’t tie up another filesystem and prevent it from being unmounted
  * Reset its umask value
  * Run in the background (i.e., fork)
  * Disassociate from its process group (usually a shell), to insulate itself
    from signals (such as HUP) sent to the process group
  * Ignore all terminal I/O signals
  * Disassociate from the control terminal (and take steps not to reacquire one)
  * Handle any SIGCLD signals
 .
 Most programs that are designed to be run as daemons do that work for
 themselves. However, you’ll occasionally run across one that does not. When
 you must run a daemon program that does not properly make itself into a true
 Unix daemon, you can use daemonize to force it to run as a true daemon.

This Description was in sid from 2016-04-04 to 2026-09-01;
This Description was in forky from 2025-08-10 to 2026-09-01;
This Description was in trixie from 2023-06-12 to 2026-07-13;
This Description was in bookworm from 2021-08-18 to 2026-07-13;
This Description was in stretch from 2016-04-10 to 2020-07-21;
This Description was in bullseye from 2020-03-03 to 2024-09-02;
This Description was in buster from 2017-07-28 to 2022-09-13;

This Description is not yet translated to ar
This Description is not yet translated to bg
This Description is not yet translated to ca
This Description is not yet translated to cs
This Description is translated to da
This Description is not yet translated to de
This Description is not yet translated to de_DE
This Description is not yet translated to el
This Description is not yet translated to eo
This Description is not yet translated to es
This Description is not yet translated to eu
This Description is not yet translated to fi
This Description is translated to fr
This Description is not yet translated to gl
This Description is not yet translated to hr
This Description is not yet translated to hu
This Description is not yet translated to id
This Description is translated to it
This Description is not yet translated to ja
This Description is not yet translated to km
This Description is not yet translated to ko
This Description is not yet translated to ml
This Description is not yet translated to nb
This Description is not yet translated to nl
This Description is not yet translated to pl
This Description is not yet translated to pt
This Description is not yet translated to pt_AO
This Description is not yet translated to pt_BR
This Description is not yet translated to ro
This Description is translated to ru
This Description is not yet translated to sk
This Description is not yet translated to sr
This Description is not yet translated to sv
This Description is not yet translated to tr
This Description is not yet translated to uk
This Description is not yet translated to vi
This Description is not yet translated to zh
This Description is not yet translated to zh_CN
This Description is not yet translated to zh_TW

parts-md5sum:
38ea320f1cc6a397c54e6e9b6a04419a da fr it ru     
37cd50f31fce8d86c5feedb7484a8ac1 da fr it ru     
425b1320013bee5986e99cd3b852a831 da fr it ru     
547479db8151e82f30274d8e2cf89af6 da fr it ru     

other Descriptions of the daemonize package: