diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 5d6f6eb141..dddcf09e3d 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -950,7 +950,11 @@ ConditionDirectoryNotEmpty= ConditionFileNotEmpty= ConditionFileIsExecutable= - ConditionNull= + + Before starting a unit verify that the specified condition is @@ -1230,15 +1234,6 @@ exists, is a regular file and marked executable. - Finally, - ConditionNull= may - be used to add a constant condition - check value to the unit. It takes a - boolean argument. If set to - false, the condition - will always fail, otherwise - succeed. - If multiple conditions are specified, the unit will be executed if all of them apply (i.e. a logical AND @@ -1283,7 +1278,6 @@ AssertDirectoryNotEmpty= AssertFileNotEmpty= AssertFileIsExecutable= - AssertNull= Similar to the ConditionArchitecture=,