X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsystemd.timer.xml;h=ef89693f14632c30b7d505c0adc5bbb5bf94f642;hb=62adf224d1d3e225de072a2815dd50e973230f5c;hp=b61cabc3e9ef537f8ba94981930a66b1dbfc38b1;hpb=11fcc3ab1b07c730fac6c8100e2e9d1585223be4;p=elogind.git diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index b61cabc3e..ef89693f1 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -68,14 +68,25 @@ timer specific configuration options are configured in the [Timer] section. - For each timer file a matching unit file must + For each timer file, a matching unit file must exist, describing the unit to activate when the timer - elapses. By default a service by the same name as the + elapses. By default, a service by the same name as the timer (except for the suffix) is activated. Example: a timer file foo.timer activates a matching service foo.service. The unit to activate may be controlled by Unit= (see below). + + Unless DefaultDependencies= + is set to , timer units will + implicitly have dependencies of type + Conflicts= and + Before= on + shutdown.target. These ensure + that timer units are stopped cleanly prior to system + shutdown. Only timer units involved with early boot or + late system shutdown should disable this + option. @@ -114,7 +125,7 @@ deactivated. Multiple directives may be - combined, of the same and of different + combined of the same and of different types. For example, by combining OnBoot= and OnUnitActive= it is @@ -144,7 +155,7 @@ directives. These are monotonic timers, - independant of wall-clock time and timezones. If the + independent of wall-clock time and timezones. If the computer is temporarily suspended, the monotonic clock stops too. @@ -153,16 +164,16 @@ Unit= The unit to activate - when this timer elapses. Argument is a + when this timer elapses. The argument is a unit name, whose suffix is not .timer. If not - specified this value defaults to a + specified, this value defaults to a service that has the same name as the timer unit, except for the - suffix. (See above.) It is recommended + suffix. (See above.) It is recommended, that the unit name that is activated and the unit name of the timer unit - is chosen identical except for the + are named identical, except for the suffix.