summaryrefslogtreecommitdiff
path: root/src/timesync/timesyncd.conf.in
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 /src/timesync/timesyncd.conf.in
parent0b97f52a33c5397bce6e36fbd39136d2230b96bf (diff)
downloadsystemd-a4465d0d4c63c2021b0ba4788e93006e84aafb58.tar.gz
timesync: make poll interval configurable
This adds PollIntervalMinSec= and PollIntervalMaxSec= to timesyncd.conf Closes #7262.
Diffstat (limited to 'src/timesync/timesyncd.conf.in')
-rw-r--r--src/timesync/timesyncd.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timesync/timesyncd.conf.in b/src/timesync/timesyncd.conf.in
index 2b3c4764f9..f91c034a01 100644
--- a/src/timesync/timesyncd.conf.in
+++ b/src/timesync/timesyncd.conf.in
@@ -15,3 +15,5 @@
#NTP=
#FallbackNTP=@NTP_SERVERS@
#RootDistanceMaxSec=5
+#PollIntervalMinSec=32
+#PollIntervalMaxSec=2048