X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fdaemon.xml;h=5d3a9903da310d007cfb82878f4adc06506c2699;hp=d7cf0023634c8df943c1382b1c84ac784dc93b77;hb=f49481d0ca170ea567b46fde6c1c089b1dbb49cb;hpb=8c63bf4ab0d826148fa86e0b56b3498eff4a69b0 diff --git a/man/daemon.xml b/man/daemon.xml index d7cf00236..5d3a9903d 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -85,13 +85,14 @@ with a fallback of iterating from file descriptor 3 to the value returned by getrlimit() for - RLIMIT_NOFILE. + RLIMIT_NOFILE. + Reset all signal handlers to their default. This is best done by iterating through the available signals up to the limit of - _NSIG and resetting them to + _NSIG and resetting them to SIG_DFL. Reset the signal mask @@ -327,14 +328,14 @@ to simply log to standard error via fprintf(), which is then forwarded to syslog by the - init system. If log priorities are + init system. If log levels are necessary, these can be encoded by prefixing individual log lines with - strings like "<4>" (for log - priority 4 "WARNING" in the syslog + strings like <4> (for log + level 4 "WARNING" in the syslog priority scheme), following a similar style as the Linux kernel's - printk() priority + printk() level system. For details, see sd-daemon3 and @@ -610,7 +611,7 @@ on a network interface, because network sockets shall be bound to the address. However, an alternative to implement - this is by utilizing the Linux IP_FREEBIND + this is by utilizing the Linux IP_FREEBIND socket option, as accessible via FreeBind=yes in systemd socket files (see @@ -748,7 +749,7 @@ boot. Packages using - autoconf1 + autoconf1 are recommended to use a configure script excerpt like the following to determine the unit installation path during source @@ -783,7 +784,7 @@ AM_CONDITIONAL([HAVE_SYSTEMD], [test "x$with_systemdsystemunitdir" != "xno"])

Makefile.am file in - automake1-based + automake1-based projects:
DISTCHECK_CONFIGURE_FLAGS = \ @@ -798,7 +799,7 @@ systemdsystemunit_DATA = \ endif In the - rpm8 + rpm8 .spec file, use snippets like the following to enable/disable the service during @@ -935,7 +936,7 @@ fi Placing Daemon Data - It is recommended to follow the genreal + It is recommended to follow the general guidelines for placing package files, as discussed in file-hierarchy7.