X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.timer.xml;h=2c2ba5822653abad5395832b61bace03c6d861c9;hp=e08e20021252a7f1bb0e04fb6a9bba9841ab1dcb;hb=46ba8aae2b82bc5c87ba347e6bf914ecd5e9d51e;hpb=9cc2c8b763fb4b9ddda95756a727a438a0d2a012 diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index e08e20021..2c2ba5822 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -97,7 +97,7 @@ defines. The options specific to the [Timer] section of timer units are the following: - + OnActiveSec= OnBootSec= @@ -115,7 +115,7 @@ machine was booted up. OnStartupSec= defines a timer relative to when - systemd was + systemd was first started. OnUnitActiveSec= defines a timer relative to when the unit the timer is activating was last @@ -157,7 +157,13 @@ These are monotonic timers, independent of wall-clock time and timezones. If the computer is temporarily suspended, the - monotonic clock stops too. + monotonic clock stops too. + + If the empty string is assigned + to any of these options the list of + timers is reset, and all prior + assignments will have no + effect. @@ -169,8 +175,10 @@ event expressions. See systemd.time7 for more information on the syntax of - calendar event - expressions. + calendar event expressions. Otherwise + the semantics are similar to + OnActiveSec= and + related settings.