From 73d8990930b0d84067331c65f0f7731fd76822a4 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 6 Mar 2024 19:19:41 +0100 Subject: [PATCH] man: fix systemd-timedated man page wrt ntp-units.d The service parsing/using this directory is systemd-timedated, not systemd-timesyncd. --- man/systemd-timedated.service.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3