From d9b8c2ef8bc4bcd3bfbdecad9fa7d3dceeb65a93 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Mar 2019 23:28:46 +0100 Subject: man: document the two new .timer settings --- man/systemd-run.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'man/systemd-run.xml') 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 @@ -316,6 +316,18 @@ + + + + + Defines a trigger based on system clock jumps or timezone changes for starting the + specified command. See OnClockChange= and OnTimezoneChange= in + systemd.timer5. These + options are shortcuts for --timer-property=OnClockChange=yes and + --timer-property=OnTimezoneChange=yes. These options may not be combined with + or . + + -- cgit v1.2.1