]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/scope.c
core: add ManagedOOM*= properties to configure systemd-oomd on the unit
authorAnita Zhang <the.anitazha@gmail.com>
Mon, 9 Mar 2020 22:09:17 +0000 (15:09 -0700)
committerAnita Zhang <the.anitazha@gmail.com>
Wed, 7 Oct 2020 23:17:23 +0000 (16:17 -0700)
commit4d824a4e0b008a359adda0e960706316f207047e
tree04c5b68e821899102206ae1be6746632aa96d9cd
parent5177cb0a9add4ae568cff6e6f7c2b3c77760c343
core: add ManagedOOM*= properties to configure systemd-oomd on the unit

This adds the hook ups so it can be read with the usual systemd
utilities. Used in later commits by sytemd-oomd.
20 files changed:
docs/TRANSIENT-SETTINGS.md
man/org.freedesktop.systemd1.xml
src/basic/cgroup-util.c
src/basic/cgroup-util.h
src/core/cgroup.c
src/core/cgroup.h
src/core/dbus-cgroup.c
src/core/dbus-util.c
src/core/dbus-util.h
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/load-fragment.h
src/core/scope.c
src/core/service.c
src/core/slice.c
src/core/unit.h
src/shared/bus-get-properties.c
src/shared/bus-get-properties.h
src/shared/bus-unit-util.c
src/test/test-tables.c