From: Chris Atkinson Date: Fri, 28 Nov 2014 20:27:56 +0000 (-0500) Subject: man: update description of default extension for isolate X-Git-Tag: v218~207 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=507e28d844e335fe9fc84b549577fcce398f3a5d;p=elogind.git man: update description of default extension for isolate --- 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.