Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-24 | timesyncd: only update stamp file when we are synchronized | Kay Sievers | |
Create initial stamp file with compiled-in time to prevent bootups with clocks in the future from storing invalid timestamps. At shutdown, only update the timestamp if we got an authoritative time to store. | |||
2014-05-22 | timesyncd: order after tmpfiles to get a working network monitor | Kay Sievers | |
2014-05-21 | timesyncd: save clock to disk everytime we get an NTP fix, and bump clock at ↵ | Lennart Poettering | |
boot using this This is useful to make sure the system clock stays monotonic even on systems that lack an RTC. Also, why we are at it, also use the systemd release time for bumping the clock, since it's a slightly less bad than starting with jan 1st, 1970. This also moves timesyncd into the early bootphase, in order to make sure this initial bump is guaranteed to have finished by the time we start real daemons which might write to the file systemd and thus shouldn't leave 1970's timestamps all over the place... | |||
2014-05-18 | timesyncd: enable watchdog support | Lennart Poettering | |
2014-05-18 | timesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still ↵ | Lennart Poettering | |
with CAP_SYS_TIME) | |||
2014-05-15 | timesyncd: limit capabilities to CAP_SYS_TIME | Lennart Poettering | |
2014-05-13 | timesyncd: start after networkd | Tom Gundersen | |
This is needed for the network monitor to work (as it requires networkd to set up the correct directories first). | |||
2014-04-29 | timesyncd: add unit and man page | Kay Sievers | |