X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.timer.xml;h=ef89693f14632c30b7d505c0adc5bbb5bf94f642;hp=7a4cd348877cf7e00bb778bf551a58ca7c459b80;hb=62adf224d1d3e225de072a2815dd50e973230f5c;hpb=b439c6ee04967fa988d232e0765f972cb27b1877 diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 7a4cd3488..ef89693f1 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -76,6 +76,17 @@ 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.