summaryrefslogtreecommitdiff
path: root/man/timesyncd.conf.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2017-11-08 01:47:38 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2017-11-08 01:47:38 +0900
commita4465d0d4c63c2021b0ba4788e93006e84aafb58 (patch)
tree7c7e7231e3ef602e72b2aa892acebb0ad70297a7 /man/timesyncd.conf.xml
parent0b97f52a33c5397bce6e36fbd39136d2230b96bf (diff)
downloadsystemd-a4465d0d4c63c2021b0ba4788e93006e84aafb58.tar.gz
timesync: make poll interval configurable
This adds PollIntervalMinSec= and PollIntervalMaxSec= to timesyncd.conf Closes #7262.
Diffstat (limited to 'man/timesyncd.conf.xml')
-rw-r--r--man/timesyncd.conf.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml
index eb78d7b9f1..d68d9bdd76 100644
--- a/man/timesyncd.conf.xml
+++ b/man/timesyncd.conf.xml
@@ -103,10 +103,21 @@
<varlistentry>
<term><varname>RootDistanceMaxSec=</varname></term>
- <listitem><para>Maximum acceptable root distance in seconds.
+ <listitem><para>Maximum acceptable root distance. Takes a time value (in seconds).
Defaults to 5 seconds.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>PollIntervalMinSec=</varname></term>
+ <term><varname>PollIntervalMaxSec=</varname></term>
+ <listitem><para>The minimum and maximum poll intervals for NTP messages.
+ Each setting takes a time value (in seconds).
+ <varname>PollIntervalMinSec=</varname> must not be smaller than 16 seconds.
+ <varname>PollIntervalMaxSec=</varname> must be larger than <varname>PollIntervalMinSec=</varname>.
+ <varname>PollIntervalMinSec=</varname> defaults to 32 seconds, and
+ <varname>PollIntervalMaxSec=</varname> defaults to 2048 seconds.</para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>