From: Simon Schricker Date: Mon, 13 May 2019 08:47:43 +0000 (+0200) Subject: man: mention garbage collection of failed conditions X-Git-Tag: v243-rc1~449 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccc162e03c9608b53577bc2155111891ed6fc012;p=thirdparty%2Fsystemd.git man: mention garbage collection of failed conditions See discussion: https://github.com/systemd/systemd/issues/2234 --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 4b283880c3d..84af5109b82 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1020,7 +1020,9 @@ or runtime environment doesn't require their functionality. Use the various AssertArchitecture=, AssertVirtualization=, … options for a similar mechanism that causes the job to fail (instead of being skipped) and results in logging about the failed check - (instead of being silently processed). For details about assertion conditions see below. + (instead of being silently processed). For details about assertion conditions see below. Units with failed + conditions are considered to be in a clean state and will be garbage collected if they are not referenced. + This means, that when queried, the condition failure may or may not show up in the state of the unit. ConditionArchitecture= may be used to check whether the system is running on a specific