summaryrefslogtreecommitdiff
path: root/man/systemd.unit.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-28 03:38:52 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-28 03:38:52 +0200
commitf14e15f8affe906a45d8afc76c302a49cd1f70ee (patch)
tree5af3ffd29e33fddde628d8a79ea7400a9025aaf6 /man/systemd.unit.xml
parent799fd0fd23028a58e1f605c6b0d9aaab65b4fb1f (diff)
unit: replace recursive_stop by stop_retroactively to simplify things a little
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r--man/systemd.unit.xml22
1 files changed, 12 insertions, 10 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index f72b947dca..14da607a95 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -441,22 +441,24 @@
</varlistentry>
<varlistentry>
- <term><varname>RecursiveStop=</varname></term>
+ <term><varname>StopRetroactively=</varname></term>
<listitem><para>Takes a boolean
argument. If <option>true</option> and
- the unit stops without being requested
- by the user, all units
- depending on it will be stopped as
+ a unit this unit requires stops
+ without this being requested by the
+ user, this unit will be stopped as
well. (e.g. if a service exits or
- crashes on its own behalf, units using
- it will be stopped) Note that normally
- if a unit stops without a user request,
+ crashes on its own behalf, units this
+ flag is set for that require it will
+ be stopped.) Note that normally if a
+ unit stops without a user request,
units depending on it will not be
terminated. Only if the user requested
- shutdown of a unit, all units depending
- on that unit will be shut down as well
- and at the same time. Defaults to
+ shutdown of a unit, all units
+ depending on that unit will be shut
+ down as well and at the same
+ time. Defaults to
<option>false</option>.</para></listitem>
</varlistentry>