diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-09-21 20:22:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-09-22 15:28:05 +0200 |
commit | 1c382774c51afb21abdb776adac57b524648bd46 (patch) | |
tree | 3aa1bb2d72b18ba49dad26c38c1a3b1bb6896521 /man | |
parent | 1180181a5111d6cb4900727d57fc894a96b8f247 (diff) | |
download | systemd-1c382774c51afb21abdb776adac57b524648bd46.tar.gz |
man: document two more special units
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.special.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml index d74d3d719e..dc0b313b0c 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -110,9 +110,11 @@ <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> @@ -129,6 +131,15 @@ <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> <para>A special target unit covering basic boot-up.</para> @@ -324,6 +335,13 @@ </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> <para><citerefentry><refentrytitle>systemd-fstab-generator</refentrytitle><manvolnum>3</manvolnum></citerefentry> |