man: correct the default slice for systemd-run units

As suggested in #15362
This commit is contained in:
Lennart Poettering 2020-04-08 18:45:31 +02:00
parent 876acda0ed
commit ba45534917

View File

@ -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>