From 7d27d39aa73a8ca368307d9d4f526b23a81fa44a Mon Sep 17 00:00:00 2001 From: Steve Ramage Date: Wed, 2 Dec 2020 15:47:24 -0800 Subject: [PATCH] Adds missing documentation for Assertions (#17825) --- man/systemd.unit.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 5364c4c975..b7dbbe309e 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1495,6 +1495,7 @@ AssertHost= AssertKernelCommandLine= AssertKernelVersion= + AssertEnvironment= AssertSecurity= AssertCapability= AssertACPower= @@ -1506,12 +1507,15 @@ AssertPathIsSymbolicLink= AssertPathIsMountPoint= AssertPathIsReadWrite= + AssertPathIsEncrypted= AssertDirectoryNotEmpty= AssertFileNotEmpty= AssertFileIsExecutable= AssertUser= AssertGroup= AssertControlGroupController= + AssertMemory= + AssertCPUs= Similar to the ConditionArchitecture=, ConditionVirtualization=, …, condition settings described above, these settings