summaryrefslogtreecommitdiff
path: root/man/systemd-run.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-04-08 18:45:31 +0200
committerLennart Poettering <lennart@poettering.net>2020-04-09 09:32:13 +0200
commitba45534917d5ac56bf621ab6e6f4ccb11d0eb269 (patch)
tree5909d1c1c7b3a5d5eb2d3193730c53a6d68d70e6 /man/systemd-run.xml
parent876acda0ed3ef01a0cf070c4708dc36c07d082c7 (diff)
downloadsystemd-ba45534917d5ac56bf621ab6e6f4ccb11d0eb269.tar.gz
man: correct the default slice for systemd-run units
As suggested in #15362
Diffstat (limited to 'man/systemd-run.xml')
-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>