summaryrefslogtreecommitdiff
path: root/src/timesync/timesyncd.conf.in
Commit message (Collapse)AuthorAgeFilesLines
* timesync: add missing setting in templateYu Watanabe2022-02-161-0/+1
| | | | Follow-up for e81a44bf5faa80ec6ca2ef835d559a65c7e27c35.
* timesync: add option to periodically save timeDimitry Ishenko2021-08-091-0/+1
|
* meson: use jinja2 in src/timesync/Zbigniew Jędrzejewski-Szmek2021-05-191-1/+1
|
* fix: point to the correct drop-ins subdirectory for confsJóhann B. Guðmundsson2021-04-221-1/+1
|
* Recommend drop-ins over modifications to the main config fileZbigniew Jędrzejewski-Szmek2021-02-191-7/+8
| | | | As discussed in https://github.com/systemd/systemd/pull/18347.
* timesync: make poll interval configurableYu Watanabe2017-11-081-0/+2
| | | | | | This adds PollIntervalMinSec= and PollIntervalMaxSec= to timesyncd.conf Closes #7262.
* timesync: add RootDistanceMaxSec= to timesyncd.conf (#7215)Yu Watanabe2017-11-051-0/+1
| | | Closes #7211.
* Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek2015-03-031-3/+4
| | | | | | | | | | For daemons which have a main configuration file, there's little reason for the administrator to use configuration snippets. They are useful for packagers which need to override settings, but we shouldn't advertise that as the main way of configuring those services. https://bugs.freedesktop.org/show_bug.cgi?id=89397
* timesyncd: Support timesyncd.conf.d directories in the usual search pathsJosh Triplett2014-11-291-0/+3
|
* timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCPLennart Poettering2014-08-121-1/+2
|
* timesyncd: read server settings from a configuration fileLennart Poettering2014-05-061-0/+11
Also, allow compiling in a default server list via a configure command line item.