summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-04-08 18:45:31 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-17 12:34:43 +0200
commit680d485902fc870c3610be628b551d04766a97dd (patch)
tree03c8df683bf9f56f6d9a72070231d3851fd88025
parente04ee3c70889f1917b9c7fb5ddd39295878a44da (diff)
downloadsystemd-680d485902fc870c3610be628b551d04766a97dd.tar.gz
man: correct the default slice for systemd-run units
As suggested in #15362 (cherry picked from commit ba45534917d5ac56bf621ab6e6f4ccb11d0eb269)
-rw-r--r--man/systemd-run.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
index 3a1d18dae9..6fc2c8d0eb 100644
--- a/man/systemd-run.xml
+++ b/man/systemd-run.xml
@@ -146,8 +146,10 @@
<varlistentry>
<term><option>--slice=</option></term>
- <listitem><para>Make the new <filename>.service</filename> or <filename>.scope</filename> unit part of the
- specified slice, instead of <filename>system.slice</filename>.</para>
+ <listitem><para>Make the new <filename>.service</filename> or <filename>.scope</filename> unit part
+ of the specified slice, instead of <filename>system.slice</filename> (when running in
+ <option>--system</option> mode) or the root slice (when running in <option>--user</option>
+ mode).</para>
</listitem>
</varlistentry>