From 507e28d844e335fe9fc84b549577fcce398f3a5d Mon Sep 17 00:00:00 2001 From: Chris Atkinson Date: Fri, 28 Nov 2014 15:27:56 -0500 Subject: [PATCH] man: update description of default extension for isolate --- man/systemctl.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index 4a7abab8a..8a0f65181 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -705,7 +705,9 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service Start the unit specified on the command line and its - dependencies and stop all others. + dependencies and stop all others. 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 traditional init system. The isolate @@ -1597,9 +1599,9 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service # systemctl start sshd and # systemctl start sshd.service are equivalent, as are - # systemctl isolate snapshot-11 + # systemctl isolate default and - # systemctl isolate snapshot-11.snapshot + # systemctl isolate default.target Note that (absolute) paths to device nodes are automatically converted to device unit names, and other (absolute) paths to mount unit names. -- 2.30.2