chiark / gitweb /
systemctl: remove "load" command
authorLennart Poettering <lennart@poettering.net>
Fri, 26 Jul 2013 15:05:43 +0000 (17:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 26 Jul 2013 15:05:43 +0000 (17:05 +0200)
commit223ab9345d70e2ea8498b96ff07ee73c25ad18b4
tree20e15ef5be2ca42f9ffc9270ae7074b6c244297c
parenta65615ca5d78be0dcd7d9c9b4a663fa75f758606
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.
man/systemctl.xml
src/systemctl/systemctl.c