diff options
author | Andrei Borzenkov <arvidjaar@gmail.com> | 2015-08-17 20:28:56 +0300 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2016-01-27 17:57:30 +0100 |
commit | ef6187272bdbabd4743380f9a86a6fea68847d49 (patch) | |
tree | 6114f1ee326201fd57460138027195945136e6a0 /man | |
parent | 9d5a981398accce14ce0e824122c6748728b4631 (diff) |
man: make systemctl is-enabled description match enable.
systemctl is-enabled is not limited to wants.d - it also checks for
requires.d and alias links.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index a55e06059a..42f1491975 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1137,7 +1137,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service <tbody> <row> <entry><literal>enabled</literal></entry> - <entry morerows='1'>Enabled through a symlink in a <filename>.wants/</filename> or <filename>.requires/</filename> subdirectory of <filename>/etc/systemd/system/</filename> (persistently) or <filename>/run/systemd/system/</filename> (transiently).</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'>0</entry> </row> <row> |