]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd.exec: Update service result table
authorReto Schneider <reto.schneider@husqvarnagroup.com>
Tue, 10 Oct 2023 12:49:22 +0000 (14:49 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 12 Oct 2023 10:30:21 +0000 (12:30 +0200)
exec-condition and oom-kill were added without updating this table.

man/systemd.exec.xml

index 52cce9bc308024e146247f1c411634dd3c799d84..79d56a5d0f1f7f9f96879bb70dc9530f5f166db2 100644 (file)
@@ -3900,6 +3900,14 @@ StandardInputData=V2XigLJyZSBubyBzdHJhbmdlcnMgdG8gbG92ZQpZb3Uga25vdyB0aGUgcnVsZX
                   <entry><literal>watchdog</literal></entry>
                   <entry>Watchdog keep-alive ping was enabled for the service, but the deadline was missed.</entry>
                 </row>
+                <row>
+                  <entry><literal>exec-condition</literal></entry>
+                  <entry>Service did not run because <varname>ExecCondition=</varname> failed.</entry>
+                </row>
+                <row>
+                  <entry><literal>oom-kill</literal></entry>
+                  <entry>A service process was terminated by the Out-Of-Memory (OOM) killer.</entry>
+                </row>
                 <row>
                   <entry><literal>start-limit-hit</literal></entry>
                   <entry>A start limit was defined for the unit and it was hit, causing the unit to fail to start. See <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>'s <varname>StartLimitIntervalSec=</varname> and <varname>StartLimitBurst=</varname> for details.</entry>