diff options
author | Jan Synacek <jsynacek@redhat.com> | 2014-10-08 08:04:52 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-10-08 19:29:13 -0400 |
commit | 751ea8deaf96cabd4f1321735cd86535840a3faf (patch) | |
tree | 81a62e0f9130654ace497d206bcd86efbece6178 /man | |
parent | 6f53e671aa7539cab02c9f739d84d28a343ca5bc (diff) |
man/systemctl: document enable on masked units
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index b2aa17f22b..61a23de7d7 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -924,6 +924,9 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service the system, or for all future logins of all users, or only this boot. Note that in the last case, no systemd daemon configuration is reloaded.</para> + + <para>Using <command>enable</command> on masked units + results in an error.</para> </listitem> </varlistentry> @@ -1080,8 +1083,8 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service <filename>/dev/null</filename>, making it impossible to start them. This is a stronger version of <command>disable</command>, since it prohibits all kinds of - activation of the unit, including manual activation. Use - this option with care. This honors the + activation of the unit, including enablement and manual + activation. Use this option with care. This honors the <option>--runtime</option> option to only mask temporarily until the next reboot of the system.</para> </listitem> |