]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document two more special units
authorLennart Poettering <lennart@poettering.net>
Thu, 21 Sep 2017 18:22:06 +0000 (20:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Sep 2017 13:28:05 +0000 (15:28 +0200)
man/systemd.special.xml

index d74d3d719e84b7353292763c0a1dfd7a2dc3d740..dc0b313b0ca65e79741c9884d8ac47800bf15a72 100644 (file)
     <filename>system.slice</filename>,
     <filename>user.slice</filename>,
     <filename>machine.slice</filename>,
-    <!-- the rest --><filename>dbus.service</filename>,
+    <!-- the rest --><filename>-.mount</filename>,
+    <filename>dbus.service</filename>,
     <filename>dbus.socket</filename>,
     <filename>display-manager.service</filename>,
+    <filename>init.scope</filename>,
     <filename>system-update-cleanup.service</filename>
   </para></refsynopsisdiv>
 
     <title>Special System Units</title>
 
     <variablelist>
+      <varlistentry>
+        <term><filename>-.mount</filename></term>
+        <listitem>
+          <para>The root mount point, i.e. the mount unit for the <filename>/</filename> path. This unit is
+          unconditionally active, during the entire time the system is up, as this mount point is where the basic
+          userspace is running from.</para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><filename>basic.target</filename></term>
         <listitem>
           directly.</para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term><filename>init.scope</filename></term>
+        <listitem>
+          <para>This scope unit is where the system and service manager (PID 1) itself resides. It is active as long as
+          the system is running.</para>
+        </listitem>
+      </varlistentry>
       <varlistentry>
         <term><filename>initrd-fs.target</filename></term>
         <listitem>