X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fdaemon.xml;h=99c75a7a18eb9b5d48452b012ef33100c9aae411;hb=e4c691b59db60ef2e6d8e64766d6ae02cd0dd457;hp=ddd5cf29247f4712af99a5df430f69309a09acff;hpb=908c32e0f3d05caf7a46d1b5301b781462d70d70;p=elogind.git diff --git a/man/daemon.xml b/man/daemon.xml index ddd5cf292..99c75a7a1 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 @@ -330,7 +331,7 @@ init system. If log priorities are necessary, these can be encoded by prefixing individual log lines with - strings like "<4>" (for log + strings like <4> (for log priority 4 "WARNING" in the syslog priority scheme), following a similar style as the Linux kernel's @@ -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