From: Lennart Poettering Date: Wed, 10 Feb 2016 21:02:33 +0000 (+0100) Subject: man: correct explanation of "systemctl is-enabled" output X-Git-Tag: v229~10^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2575%2Fhead;p=thirdparty%2Fsystemd.git man: correct explanation of "systemctl is-enabled" output The "is-enabled" command doesn't care whether the symlinks are declared in the [Install] section of a unit file or not, when returning "enabled". Any alias, .wants/ or .requires/ symlinks suffice. Fixes: #975 --- diff --git a/man/systemctl.xml b/man/systemctl.xml index 51742bfaa6b..50eb939313f 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1134,7 +1134,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service enabled - Enabled through creating symlinks encoded in the [Install] section (permanently or just in /run). + Enabled via .wants/, .requires/ or alias symlinks (permanently in /etc/systemd/system/, or transiently in /run/systemd/system/). 0