X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=0fc2fbe730614c1271b65c014128eb8dd2ae88c5;hb=222ae6a8d7e27dd36552cb9574e63cbdfdf2d264;hp=47ddece3149a173b8a861296942a230a5302349a;hpb=c61e77d3eab2385fc7bbae0edef6b3c583a70ca8;p=elogind.git diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 47ddece31..0fc2fbe73 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -444,6 +444,22 @@ state. + + OnFailureIsolate= + + Takes a boolean + argument. If the + unit listed in + OnFailure= will be + enqueued in isolation mode, i.e. all + units that are not its dependency will + be stopped. If this is set only a + single unit may be listed in + OnFailure=. Defaults + to + . + + StopWhenUnneeded= @@ -565,6 +581,7 @@ ConditionDirectoryNotEmpty= ConditionKernelCommandLine= ConditionVirtualization= + ConditionSecurity= ConditionNull= Before starting a unit @@ -628,6 +645,13 @@ openvz to test against a specific implementation. The test may be negated by prepending an + exclamation mark. + ConditionSecurity= + may be used to check whether the given security + module is enabled on the system. + Currently the only recognized value is + selinux. + The test may be negated by prepending an exclamation mark. Finally, ConditionNull= may be used to add a constant condition