From e9ae4187bb1c1f7718de2384a050b72158a2ca14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 2 Aug 2023 15:01:40 +0100 Subject: [PATCH 1/2] NEWS: expand list of new Startup* settings This way users can grep/search the NEWS file for when a given setting was added. --- NEWS | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index fe046fe6151..bc6728ee7f5 100644 --- a/NEWS +++ b/NEWS @@ -113,10 +113,12 @@ CHANGES WITH 254: Service Manager: - * "Startup" memory settings are now supported. Previously IO and CPU - settings were already supported via StartupCPUWeight= and similar. - The same logic has been added for the various per-unit memory - settings StartupMemoryMax= and related. + * Memory limits that apply while the unit is activating are now + supported. Previously IO and CPU settings were already supported via + StartupCPUWeight= and similar. The same logic has been added for the + various manager and unit memory settings (DefaultStartupMemoryLow=, + StartupMemoryLow=, StartupMemoryHigh=, StartupMemoryMax=, + StartupMemorySwapMax=, StartupMemoryZSwapMax=). * The service manager gained support for enqueuing POSIX signals to services that carry an additional integer value, exposing the From b77ff21ade31ddd79fcb4120874a9b62e6a9194b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 2 Aug 2023 15:01:50 +0100 Subject: [PATCH 2/2] NEWS: adjust grammar --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bc6728ee7f5..e369b60af29 100644 --- a/NEWS +++ b/NEWS @@ -702,8 +702,8 @@ CHANGES WITH 254: server-side environment variable expansion in specified command lines. Expansion defaults to enabled for all execution types except --scope, where it defaults to off (and prints a warning) for backward - compatibility reasons. --scope will be flipped to default enabled too - in a future release, so if you are using --scope and passing a '$' + compatibility reasons. --scope will be flipped to enabled by default + too in a future release. If you are using --scope and passing a '$' character in the payload you should start explicitly using --expand-environment=yes/no according to the use case.