From: Lennart Poettering Date: Thu, 17 Dec 2020 19:26:24 +0000 (+0100) Subject: man: document that .timer units now have After= on both time-set.target + time-sync... X-Git-Tag: v248-rc1~474^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18009%2Fhead;p=thirdparty%2Fsystemd.git man: document that .timer units now have After= on both time-set.target + time-sync.target --- diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 9fe7ff3255c..84c5bb564cc 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -81,10 +81,12 @@ units involved with early boot or late system shutdown should disable the DefaultDependencies= option. - Timer units - with at least one OnCalendar= directive will have an additional After= - dependency on time-sync.target to avoid being started before the system clock has been - correctly set. + Timer units with at least one OnCalendar= directive acquire a pair + of additional After= dependencies on time-set.target and + time-sync.target, in order to avoid being started before the system clock has + been correctly set. See + systemd.special7 + for details on these two targets.