mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: daemonize: Fix typo in description.
* gnu/packages/admin.scm (daemonize)[description]: Fix trpo. Change-Id: I60023e7c6d3a6422bb6d44cb0633b6bbdc76938e
This commit is contained in:
parent
69663cdfa4
commit
550a8fdb06
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ services.")
|
|||
"daemonize runs a command as a Unix daemon. It will close all open file
|
||||
descriptors, change working directory of the process to the root filesystem,
|
||||
reset its umask, run in the background, ignore I/O signals, handle
|
||||
@code{SIGCLD}, etc. Most programs that are designed to be run as daemons do
|
||||
@code{SIGCHLD}, etc. 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue