diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-08-20 14:01:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-08-20 14:01:25 +0200 |
commit | 476cfe626dac41bb9879116c701333caa2ccec24 (patch) | |
tree | 8dbe0a2070a3881632e621f98769f27473aa8ee1 /test | |
parent | 4f55a5b0bf1e68e4595120d8ac4b518654355fc3 (diff) | |
download | systemd-476cfe626dac41bb9879116c701333caa2ccec24.tar.gz |
core: remove support for ConditionNull=
The concept is flawed, and mostly useless. Let's finally remove it.
It has been deprecated since 90a2ec10f2d43a8530aae856013518eb567c4039 (6
years ago) and we started to warn since
55dadc5c57ef1379dbc984938d124508a454be55 (1.5 years ago).
Let's get rid of it altogether.
Diffstat (limited to 'test')
-rw-r--r-- | test/fuzz/fuzz-unit-file/systemd-machined.service | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/fuzz/fuzz-unit-file/systemd-machined.service b/test/fuzz/fuzz-unit-file/systemd-machined.service index 70b627c5f4..79ee9861d8 100644 --- a/test/fuzz/fuzz-unit-file/systemd-machined.service +++ b/test/fuzz/fuzz-unit-file/systemd-machined.service @@ -15,9 +15,6 @@ Documentation=https://www.freedesktop.org/wiki/Software/systemd/machined Wants=machine.slice After=machine.slice RequiresMountsFor=/var/lib/machines -ConditionNull=true -ConditionNull= -ConditionNull=|!false OnFailureIsolate=false FailureActionExitStatus=222 FailureActionExitStatus= |