summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-02-24 10:42:10 +0100
committerLennart Poettering <lennart@poettering.net>2023-03-01 09:43:24 +0100
commit9d03637404a7e53dee2d47b3d5d1dc47b59997e9 (patch)
tree369b3e65fc59d3098935b71d3144b7489bd1c6ae /units
parent6bb0084204bd93122c9f04391b80aea5a8a0ff08 (diff)
downloadsystemd-9d03637404a7e53dee2d47b3d5d1dc47b59997e9.tar.gz
units: let systemd --user manage its own memory pressure handling
Let's make things systematic: the per-user and the per-system manager should manage their own memory pressure, as they are, well, managers of things. This is particularly relevant and the per-user service manager should watch its own "init.scope" subcgroup, instead of the main service unit cgroup, and hence $MEMORY_PRESSURE_WATCH as set by the per-system service manager would simply be wrong.
Diffstat (limited to 'units')
-rw-r--r--units/user@.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/user@.service.in b/units/user@.service.in
index 5e95efe1d1..0c3440bb3f 100644
--- a/units/user@.service.in
+++ b/units/user@.service.in
@@ -26,3 +26,4 @@ TasksMax=infinity
TimeoutStopSec={{ DEFAULT_USER_TIMEOUT_SEC*4//3 }}s
KeyringMode=inherit
OOMScoreAdjust=100
+MemoryPressureWatch=skip