man: document the two new .timer settings

This commit is contained in:
Lennart Poettering 2019-03-14 23:28:46 +01:00
parent 347da10194
commit d9b8c2ef8b
2 changed files with 23 additions and 0 deletions

View File

@ -316,6 +316,18 @@
</listitem>
</varlistentry>
<varlistentry>
<term><option>--on-clock-change</option></term>
<term><option>--on-timezone-change</option></term>
<listitem><para>Defines a trigger based on system clock jumps or timezone changes for starting the
specified command. See <varname>OnClockChange=</varname> and <varname>OnTimezoneChange=</varname> in
<citerefentry><refentrytitle>systemd.timer</refentrytitle><manvolnum>5</manvolnum></citerefentry>. These
options are shortcuts for <command>--timer-property=OnClockChange=yes</command> and
<command>--timer-property=OnTimezoneChange=yes</command>. These options may not be combined with
<option>--scope</option> or <option>--pty</option>.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--path-property=</option></term>
<term><option>--socket-property=</option></term>

View File

@ -259,6 +259,17 @@
<varname>AccuracySec=1us</varname>.</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>OnClockChange=</varname></term>
<term><varname>OnTimezoneChange=</varname></term>
<listitem><para>These options take boolean arguments. When true, the service unit will be triggered
when the system clock (<constant>CLOCK_REALTIME</constant>) jumps relative to the monotonic clock
(<constant>CLOCK_MONOTONIC</constant>), or when the local system timezone is modified. These options
can be used alone or in combination with other timer expressions (see above) within the same timer
unit. These options default to false.</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>Unit=</varname></term>