]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document that .timer units now have After= on both time-set.target + time-sync... 18009/head
authorLennart Poettering <lennart@poettering.net>
Thu, 17 Dec 2020 19:26:24 +0000 (20:26 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 17 Dec 2020 19:26:24 +0000 (20:26 +0100)
man/systemd.timer.xml

index 9fe7ff3255cffd4064d3c66f305942d64f5c7baa..84c5bb564cc0a316bfbc4a0a69453e7e29be6296 100644 (file)
         units involved with early boot or late system shutdown should disable the
         <varname>DefaultDependencies=</varname> option.</para></listitem>
 
-        <listitem><para>Timer units
-        with at least one <varname>OnCalendar=</varname> directive will have an additional <varname>After=</varname>
-        dependency on <filename>time-sync.target</filename> to avoid being started before the system clock has been
-        correctly set.</para></listitem>
+        <listitem><para>Timer units with at least one <varname>OnCalendar=</varname> directive acquire a pair
+        of additional <varname>After=</varname> dependencies on <filename>time-set.target</filename> and
+        <filename>time-sync.target</filename>, in order to avoid being started before the system clock has
+        been correctly set. See
+        <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+        for details on these two targets.</para></listitem>
       </itemizedlist>
     </refsect2>
   </refsect1>