diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-03-14 23:28:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-04-02 08:20:10 +0200 |
commit | d9b8c2ef8bc4bcd3bfbdecad9fa7d3dceeb65a93 (patch) | |
tree | d90fe4cef4e3ca7b609a8e0f9fd15cf7db8be453 /man/systemd-run.xml | |
parent | 347da101944a249ccd17b2f6856546be32d6692d (diff) | |
download | systemd-d9b8c2ef8bc4bcd3bfbdecad9fa7d3dceeb65a93.tar.gz |
man: document the two new .timer settings
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r-- | man/systemd-run.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 4dd81395cd..8f7a6229cc 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -317,6 +317,18 @@ </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> <term><option>--timer-property=</option></term> |