X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.timer.xml;h=fa67d59a22acac7eec7982019bb5ee5ce6c79440;hp=5cc543e453ea42bfcf14af138beb2d09b31ff3c9;hb=431c72dc3d482732a01d3ab929aa9b2c36422d46;hpb=7a529f63e60dfdccc23d61808c20ba40d9901e47 diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 5cc543e45..fa67d59a2 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -48,14 +48,14 @@ - systemd.timer + timer.timer Description A unit configuration file whose name ends in - .timer encodes information about + .timer encodes information about a timer controlled and supervised by systemd, for timer-based activation. @@ -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. @@ -179,7 +187,7 @@ The unit to activate when this timer elapses. The argument is a unit name, whose suffix is not - .timer. If not + .timer. If not specified, this value defaults to a service that has the same name as the timer unit, except for the @@ -199,7 +207,8 @@ systemctl8, systemd.unit5, systemd.service5, - systemd.time7 + systemd.time7, + systemd.directives7