diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-08 14:45:57 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-08 15:46:36 -0500 |
commit | d9215d05f7206d04b4af2da3d4bdcaceeacd436a (patch) | |
tree | 0c973fc1d573d999be3d60ac370c1d10433340d1 | |
parent | b864535791844ce4f9437cebefaf3c37b3741b4a (diff) |
man: mention where timesyncd keeps the timestamp
-rw-r--r-- | man/systemd-timesyncd.service.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/systemd-timesyncd.service.xml b/man/systemd-timesyncd.service.xml index 47e243c271..f4ebccd4a5 100644 --- a/man/systemd-timesyncd.service.xml +++ b/man/systemd-timesyncd.service.xml @@ -77,6 +77,21 @@ </refsect1> <refsect1> + <title>Files</title> + + <variablelist> + <varlistentry> + <term><filename>/var/lib/systemd/clock</filename></term> + + <listitem> + <para>This file contains the timestamp of last + successful synchronization.</para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + + <refsect1> <title>See Also</title> <para> <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, |