]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix systemd-timedated man page wrt ntp-units.d
authorMichael Biebl <biebl@debian.org>
Wed, 6 Mar 2024 18:19:41 +0000 (19:19 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 6 Mar 2024 21:44:12 +0000 (21:44 +0000)
The service parsing/using this directory is systemd-timedated, not
systemd-timesyncd.

man/systemd-timedated.service.xml

index 29741f5ca761f219b4fece79559256d63fccd19a..eb4fc180963c8e9d7e8f502ba71fa17fb52dd336 100644 (file)
@@ -63,7 +63,7 @@
   <refsect1>
     <title>List of network time synchronization services</title>
 
-    <para><command>systemd-timesyncd</command> will look for files with a <literal>.list</literal> extension
+    <para><command>systemd-timedated</command> will look for files with a <literal>.list</literal> extension
     in <filename>ntp-units.d/</filename> directories. Each file is parsed as a list of unit names, one per
     line. Empty lines and lines with comments (<literal>#</literal>) are ignored.  Files are read from
     <filename>/usr/lib/systemd/ntp-units.d/</filename> and the corresponding directories under
@@ -82,7 +82,7 @@ systemd-timesyncd.service
     </example>
 
     <para>If the environment variable <varname>$SYSTEMD_TIMEDATED_NTP_SERVICES</varname> is set,
-    <command>systemd-timesyncd</command> will parse the contents of that variable as a colon-separated list
+    <command>systemd-timedated</command> will parse the contents of that variable as a colon-separated list
     of unit names. When set, this variable overrides the file-based list described above.</para>
 
     <example>