diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-08-02 16:01:50 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-08-04 16:45:26 +0200 |
commit | b77ff21ade31ddd79fcb4120874a9b62e6a9194b (patch) | |
tree | 2db93350667dd2cb6a51f21a32b4941d269d2f07 /NEWS | |
parent | NEWS: expand list of new Startup* settings (diff) | |
download | systemd-b77ff21ade31ddd79fcb4120874a9b62e6a9194b.tar.xz systemd-b77ff21ade31ddd79fcb4120874a9b62e6a9194b.zip |
NEWS: adjust grammar
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |