summaryrefslogtreecommitdiff
path: root/man/systemctl.xml
diff options
context:
space:
mode:
authorChris Atkinson <cwa@pipeline.com>2014-11-28 15:27:56 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-29 13:19:46 -0500
commit507e28d844e335fe9fc84b549577fcce398f3a5d (patch)
tree0790659377ba20b555ab0a3fabf35e02185bddc9 /man/systemctl.xml
parent01dc33ce287c68bf6bbc22f5b1d5eb29e204b6a7 (diff)
man: update description of default extension for isolate
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r--man/systemctl.xml8
1 files 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
<listitem>
<para>Start the unit specified on the command line and its
- dependencies and stop all others.</para>
+ dependencies and stop all others. 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
traditional init system. The <command>isolate</command>
@@ -1597,9 +1599,9 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service
<programlisting># systemctl start sshd</programlisting> and
<programlisting># systemctl start sshd.service</programlisting>
are equivalent, as are
- <programlisting># systemctl isolate snapshot-11</programlisting>
+ <programlisting># systemctl isolate default</programlisting>
and
- <programlisting># systemctl isolate snapshot-11.snapshot</programlisting>
+ <programlisting># systemctl isolate default.target</programlisting>
Note that (absolute) paths to device nodes are automatically
converted to device unit names, and other (absolute) paths to
mount unit names.