From 485630813db57d8575cf77d6b2966b02df18859b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 31 Oct 2015 19:41:25 +0100 Subject: man: improve the unit file enable state table a bit --- man/systemctl.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/systemctl.xml') diff --git a/man/systemctl.xml b/man/systemctl.xml index 1ce6a7b18d..3b9a7a604b 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1135,7 +1135,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service enabled - Enabled through a symlink in .wants directory (permanently or just in /run). + Enabled through a symlink in a .wants/ or .requires/ subdirectory of /etc/systemd/system/ (persistently) or /run/systemd/system/ (transiently). 0 @@ -1143,7 +1143,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service linked - Made available through a symlink to the unit file (permanently or just in /run). + Made available through one or more symlinks to the unit file (permanently in /etc/systemd/system/ or transiently in /run/systemd/system/), even though the unit file might reside outside of the unit file search path. > 0 @@ -1151,7 +1151,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service masked - Disabled entirely (permanently or just in /run). + Completely disabled, so that any start operation on it fails (permanently in /etc/systemd/system/ or transiently in /run/systemd/systemd/). > 0 @@ -1169,7 +1169,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service disabled - The unit file is not enabled. + Unit file is not enabled, but contains an [Install] section with installation instructions. > 0 -- cgit v1.2.3-54-g00ecf