From 1c382774c51afb21abdb776adac57b524648bd46 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 21 Sep 2017 20:22:06 +0200 Subject: [PATCH] man: document two more special units --- man/systemd.special.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/man/systemd.special.xml b/man/systemd.special.xml index d74d3d719e8..dc0b313b0ca 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -110,9 +110,11 @@ system.slice, user.slice, machine.slice, - dbus.service, + -.mount, + dbus.service, dbus.socket, display-manager.service, + init.scope, system-update-cleanup.service @@ -128,6 +130,15 @@ Special System Units + + -.mount + + The root mount point, i.e. the mount unit for the / 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. + + + basic.target @@ -323,6 +334,13 @@ directly. + + init.scope + + This scope unit is where the system and service manager (PID 1) itself resides. It is active as long as + the system is running. + + initrd-fs.target -- 2.39.5