diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-10-05 16:53:32 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-10-05 17:02:25 +0200 |
commit | cf84484a56bb03043569445f2df7afd4d7aa3fb0 (patch) | |
tree | e6d16f56b3f89da99aabcd58ab9afbe030acf3d8 /man/systemd-resolved.service.xml | |
parent | resolved: add support for explicitly forgetting everything we learnt about DN... (diff) | |
download | systemd-cf84484a56bb03043569445f2df7afd4d7aa3fb0.tar.xz systemd-cf84484a56bb03043569445f2df7afd4d7aa3fb0.zip |
resolved: include DNS server feature level info in SIGUSR1 status dump
let's make the status dump more useful for tracking down server issues.
Diffstat (limited to 'man/systemd-resolved.service.xml')
-rw-r--r-- | man/systemd-resolved.service.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index 1ad9500d78..d07d1968b4 100644 --- a/man/systemd-resolved.service.xml +++ b/man/systemd-resolved.service.xml @@ -203,8 +203,9 @@ <term><constant>SIGUSR1</constant></term> <listitem><para>Upon reception of the <constant>SIGUSR1</constant> process signal - <command>systemd-resolved</command> will dump the contents of all DNS resource record caches it maintains into - the system logs.</para></listitem> + <command>systemd-resolved</command> will dump the contents of all DNS resource record caches it maintains, as + well as all feature level information it learnt about configured DNS servers into the system + logs.</para></listitem> </varlistentry> <varlistentry> |