summaryrefslogtreecommitdiff
path: root/man/systemd.timer.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-03 19:54:00 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-03 19:54:00 +0200
commit62adf224d1d3e225de072a2815dd50e973230f5c (patch)
tree27e8fd16e51aa779e4190a34e41ff17fea99bb89 /man/systemd.timer.xml
parentaf65a09126e216d468592f069aee50dfe0382d3a (diff)
man: various man page updates
Diffstat (limited to 'man/systemd.timer.xml')
-rw-r--r--man/systemd.timer.xml11
1 files changed, 11 insertions, 0 deletions
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 <filename>foo.service</filename>. The
unit to activate may be controlled by
<varname>Unit=</varname> (see below).</para>
+
+ <para>Unless <varname>DefaultDependencies=</varname>
+ is set to <option>false</option>, timer units will
+ implicitly have dependencies of type
+ <varname>Conflicts=</varname> and
+ <varname>Before=</varname> on
+ <filename>shutdown.target</filename>. 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.</para>
</refsect1>
<refsect1>