From: Lennart Poettering Date: Fri, 10 Jun 2016 18:29:32 +0000 (+0200) Subject: man: document what SIGUSR1 and SIGUSR2 do to resolved X-Git-Tag: v231~178^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c7284a9a966a7790cb260e89428db5bb2020eef;p=thirdparty%2Fsystemd.git man: document what SIGUSR1 and SIGUSR2 do to resolved --- diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index 829729ca090..485f3e9aee4 100644 --- a/man/systemd-resolved.service.xml +++ b/man/systemd-resolved.service.xml @@ -145,6 +145,28 @@ + + Signals + + + + SIGUSR1 + + Upon reception of the SIGUSR1 process signal systemd-resolved will dump the + contents of all DNS resource record caches it maintains into the system logs. + + + + SIGUSR2 + + Upon reception of the SIGUSR2 process signal systemd-resolved will flush all + caches it maintains. Note that it should normally not be necessary to request this explicitly – except for + debugging purposes – as systemd-resolved flushes the caches automatically anyway any time + the host's network configuration changes. + + + + See Also