]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: correct explanation of "systemctl is-enabled" output 2575/head
authorLennart Poettering <lennart@poettering.net>
Wed, 10 Feb 2016 21:02:33 +0000 (22:02 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 10 Feb 2016 22:48:50 +0000 (23:48 +0100)
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
man/systemctl.xml

index 51742bfaa6b63c3dbc96d197a137469741775967..50eb939313f1b90dd1a7ddd56b5496aa295e64cb 100644 (file)
@@ -1134,7 +1134,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service
                 <tbody>
                   <row>
                     <entry><literal>enabled</literal></entry>
-                    <entry morerows='1'>Enabled through creating symlinks encoded in the <literal>[Install]</literal> section (permanently or just in <filename>/run</filename>).</entry>
+                    <entry morerows='1'>Enabled via <filename>.wants/</filename>, <filename>.requires/</filename> or alias symlinks (permanently in <filename>/etc/systemd/system/</filename>, or transiently in <filename>/run/systemd/system/</filename>).</entry>
                     <entry morerows='1'>0</entry>
                   </row>
                   <row>