diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-09-19 18:41:35 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-09-19 18:42:15 -0500 |
commit | 1bee43de64aadb700dcb32958372714ec56c97b8 (patch) | |
tree | 0e3b76fe26497b7f83b3de30f74c8833a137e76a | |
parent | 42a9de1c2513aa348df369080cdd941ef4ab00ab (diff) |
man: mention --runtime where appropriate
https://bugzilla.redhat.com/show_bug.cgi?id=1009956
-rw-r--r-- | man/systemctl.xml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index b043581be0..32bcf03f2f 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -830,10 +830,11 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service case of socket units), and so on.</para> <para>Depending on whether <option>--system</option>, - <option>--user</option> or <option>--global</option> is - specified, this enables the unit for the system, for the - calling user only or for all future logins of all - users. Note that in the last case, no systemd daemon + <option>--user</option>, <option>--runtime</option>, + or<option>--global</option>, is specified, this enables the unit + for the system, for the calling user only, for only this boot of + 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> </listitem> </varlistentry> @@ -860,8 +861,9 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service </para> <para>This command honors <option>--system</option>, - <option>--user</option>, <option>--global</option> in a - similar way as <command>enable</command>.</para> + <option>--user</option>, <option>--runtime</option>, + <option>--global</option> in a similar way as + <command>enable</command>.</para> </listitem> </varlistentry> @@ -918,7 +920,9 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service 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.</para> + this option with care. This honors the + <option>--runtime</option> option, to only mask temporarily + until the next reoobt of the system.</para> </listitem> </varlistentry> |