From: Michael Biebl Date: Wed, 6 Mar 2024 18:19:41 +0000 (+0100) Subject: man: fix systemd-timedated man page wrt ntp-units.d X-Git-Tag: v256-rc1~615 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d8990930b0d84067331c65f0f7731fd76822a4;p=thirdparty%2Fsystemd.git man: fix systemd-timedated man page wrt ntp-units.d The service parsing/using this directory is systemd-timedated, not systemd-timesyncd. --- diff --git a/man/systemd-timedated.service.xml b/man/systemd-timedated.service.xml index 29741f5ca76..eb4fc180963 100644 --- a/man/systemd-timedated.service.xml +++ b/man/systemd-timedated.service.xml @@ -63,7 +63,7 @@ List of network time synchronization services - systemd-timesyncd will look for files with a .list extension + systemd-timedated will look for files with a .list extension in ntp-units.d/ directories. Each file is parsed as a list of unit names, one per line. Empty lines and lines with comments (#) are ignored. Files are read from /usr/lib/systemd/ntp-units.d/ and the corresponding directories under @@ -82,7 +82,7 @@ systemd-timesyncd.service If the environment variable $SYSTEMD_TIMEDATED_NTP_SERVICES is set, - systemd-timesyncd will parse the contents of that variable as a colon-separated list + systemd-timedated 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.