From 26adf7741d95f412a468160f7c66b5df56c10bd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 26 Jul 2017 15:25:50 -0400 Subject: [PATCH] man: describe which units types are stopped on isolate Fixes #6455. --- man/systemctl.xml | 8 +++++--- man/systemd.unit.xml | 9 +++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index 1440514..615d62a 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 isolate NAME - 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 + Start the unit specified on the command line and its dependencies + and stop all others, unless they have + (see + systemd.unit5). + If a unit name with no extension is given, an extension of .target will be assumed. This is similar to changing the runlevel in a diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index dedeb6c..d58a2f5 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -651,10 +651,11 @@ IgnoreOnIsolate= - Takes a boolean argument. If - , this unit will not be stopped when - isolating another unit. Defaults to - . + Takes a boolean argument. If , this unit + will not be stopped when isolating another unit. Defaults to + for service, target, socket, busname, timer, and path + units, and for slice, scope, device, swap, mount, and + automount units. -- 2.7.4