diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-10 21:42:50 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-10 21:42:50 +0200 |
commit | fd0958762ab01448c3215091645499145989813c (patch) | |
tree | 04add713147d90f3f92f25316cd8e754c2851d45 /tools | |
parent | timesync: add support of basic command line options (diff) | |
download | systemd-fd0958762ab01448c3215091645499145989813c.tar.xz systemd-fd0958762ab01448c3215091645499145989813c.zip |
man: add basic documents for org.freedesktop.timesync1
Closes #34352.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dbus_ignorelist | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/dbus_ignorelist b/tools/dbus_ignorelist index 71bdad8b57..0fc572d204 100644 --- a/tools/dbus_ignorelist +++ b/tools/dbus_ignorelist @@ -2172,3 +2172,16 @@ org.freedesktop.timedate1.SetTime() org.freedesktop.timedate1.SetTimezone() org.freedesktop.timedate1.TimeUSec org.freedesktop.timedate1.Timezone +org.freedesktop.timesync1.Manager.SetRuntimeNTPServers() +org.freedesktop.timesync1.Manager.LinkNTPServers +org.freedesktop.timesync1.Manager.SystemNTPServers +org.freedesktop.timesync1.Manager.RuntimeNTPServers +org.freedesktop.timesync1.Manager.FallbackNTPServers +org.freedesktop.timesync1.Manager.ServerName +org.freedesktop.timesync1.Manager.ServerAddress +org.freedesktop.timesync1.Manager.RootDistanceMaxUSec +org.freedesktop.timesync1.Manager.PollIntervalMinUSec +org.freedesktop.timesync1.Manager.PollIntervalMaxUSec +org.freedesktop.timesync1.Manager.PollIntervalUSec +org.freedesktop.timesync1.Manager.NTPMessage +org.freedesktop.timesync1.Manager.Frequency |