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 d74d3d7..dc0b313 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 @@ -129,6 +131,15 @@ + -.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 A special target unit covering basic boot-up. @@ -324,6 +335,13 @@ + 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 systemd-fstab-generator3 -- 2.7.4