summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-07-26 15:25:50 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-07-28 05:17:05 -0400
commit26adf7741d95f412a468160f7c66b5df56c10bd8 (patch)
tree999db551479b16848325a59014a7255690d2aa11
parentb66c294c4b2ab49d4db4224e1bdc585a0f77e7c2 (diff)
downloadsystemd-26adf7741d95f412a468160f7c66b5df56c10bd8.tar.gz
man: describe which units types are stopped on isolate
Fixes #6455.
-rw-r--r--man/systemctl.xml8
-rw-r--r--man/systemd.unit.xml9
2 files changed, 10 insertions, 7 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml
index 14405141cf..615d62a13f 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -819,9 +819,11 @@ Sun 2017-02-26 20:57:49 EST 2h 3min left Sun 2017-02-26 11:56:36 EST 6h ago
<term><command>isolate <replaceable>NAME</replaceable></command></term>
<listitem>
- <para>Start the unit specified on the command line and its
- dependencies and stop all others. If a unit name with no
- extension is given, an extension of
+ <para>Start the unit specified on the command line and its dependencies
+ and stop all others, unless they have
+ <option>IgnoreOnIsolate=yes</option> (see
+ <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>).
+ If a unit name with no extension is given, an extension of
<literal>.target</literal> will be assumed.</para>
<para>This is similar to changing the runlevel in a
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index dedeb6c6d0..d58a2f56db 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -651,10 +651,11 @@
<varlistentry>
<term><varname>IgnoreOnIsolate=</varname></term>
- <listitem><para>Takes a boolean argument. If
- <option>true</option>, this unit will not be stopped when
- isolating another unit. Defaults to
- <option>false</option>.</para></listitem>
+ <listitem><para>Takes a boolean argument. If <option>true</option>, this unit
+ will not be stopped when isolating another unit. Defaults to
+ <option>false</option> for service, target, socket, busname, timer, and path
+ units, and <option>true</option> for slice, scope, device, swap, mount, and
+ automount units.</para></listitem>
</varlistentry>
<varlistentry>