1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

man/systemd.exec: Update service result table

exec-condition and oom-kill were added without updating this table.
This commit is contained in:
Reto Schneider 2023-10-10 14:49:22 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent fed0a899b2
commit b1b16aa977

View 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>