]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemctl.xml
service: allow freeing the fdstore via cleaning
authorLennart Poettering <lennart@poettering.net>
Wed, 29 Mar 2023 20:10:01 +0000 (22:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 13 Apr 2023 04:44:27 +0000 (06:44 +0200)
commit4fb8f1e88322b94b0fa051d3c6fd19cac0227aaa
tree25abb04a9f420f533a85a8548d21103f165708b2
parentb9c1883a9cd9b5126fe648f3e198143dc19a222d
service: allow freeing the fdstore via cleaning

Now that we have a potentially pinned fdstore let's add a concept for
cleaning it explicitly on user requested. Let's expose this via
"systemctl clean", i.e. the same way as user directories are cleaned.
man/systemctl.xml
src/core/dbus-unit.c
src/core/execute.c
src/core/execute.h
src/core/service.c
src/core/timer.c
src/systemctl/systemctl-clean-or-freeze.c
src/systemctl/systemctl.c