]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: correct the default slice for systemd-run units
authorLennart Poettering <lennart@poettering.net>
Wed, 8 Apr 2020 16:45:31 +0000 (18:45 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 9 Apr 2020 07:32:13 +0000 (09:32 +0200)
As suggested in #15362

man/systemd-run.xml

index 3a1d18dae9ad7b3f7c5e15e67d46bf8f88bc2fec..6fc2c8d0eb4766c57c883c6417f014ad61996a5a 100644 (file)
       <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>