diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-03 19:54:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-03 19:54:00 +0200 |
commit | 62adf224d1d3e225de072a2815dd50e973230f5c (patch) | |
tree | 27e8fd16e51aa779e4190a34e41ff17fea99bb89 /man/systemd.timer.xml | |
parent | af65a09126e216d468592f069aee50dfe0382d3a (diff) |
man: various man page updates
Diffstat (limited to 'man/systemd.timer.xml')
-rw-r--r-- | man/systemd.timer.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 7a4cd34887..ef89693f14 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> |