diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-26 17:05:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-26 17:05:43 +0200 |
commit | 223ab9345d70e2ea8498b96ff07ee73c25ad18b4 (patch) | |
tree | 20e15ef5be2ca42f9ffc9270ae7074b6c244297c /man | |
parent | a65615ca5d78be0dcd7d9c9b4a663fa75f758606 (diff) |
systemctl: remove "load" command
"systemctl load" has always been racy since the GC could hit any time,
before making use of the loaded unit. Very recent systemd will run GC
immeidately after all unit state changes which has the effect that the
the effect of "systemctl load" is completely gone now, so let's remove
the support for it in "systemctl" for good.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 45955da179..2a23655cfe 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -943,28 +943,6 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service </varlistentry> <varlistentry> - <term><command>load <replaceable>NAME</replaceable>...</command></term> - - <listitem> - <para>Load one or more units specified on the command - line. This will simply load their configuration from disk, - but not start them. To start them, you need to use the - <command>start</command> command which will implicitly load - a unit that has not been loaded yet. Note that systemd - garbage collects loaded units that are not active or - referenced by an active unit. This means that units loaded - this way will usually not stay loaded for long. Also note - that this command cannot be used to reload unit - configuration. Use the <command>daemon-reload</command> - command for that. All in all, this command is of little use - except for debugging.</para> - - <para>This command should not be confused with the - <command>daemon-reload</command> or - <command>reload</command>.</para> - </listitem> - </varlistentry> - <varlistentry> <term><command>list-jobs</command></term> <listitem> |