NEWS: make clear we talk about *system* credentials here

The new conditoins are placed inside of services, but they cannot be
used to test service creds, but only system creds. This deserves
explicit mention, since it might be confusing otherwise.

Reverts a small part of 02380e1946
This commit is contained in:
Lennart Poettering 2022-10-10 12:42:21 +02:00 committed by Yu Watanabe
parent 2164ccdaa2
commit 4db5c45df8

3
NEWS
View file

@ -81,7 +81,8 @@ CHANGES WITH 252 in spe:
in a new /etc/os-release field SUPPORT_END= described below.
* Two new settings ConditionCredential= and AssertCredential= can be
used to skip or fail units if a certain credential is not provided.
used to skip or fail units if a certain system credential is not
provided.
* ConditionMemory= accepts size suffixes (K, M, G, T, …).