From b1b16aa977c6836740cef63e91d363b74f6c1b72 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Tue, 10 Oct 2023 14:49:22 +0200 Subject: [PATCH] man/systemd.exec: Update service result table exec-condition and oom-kill were added without updating this table. --- man/systemd.exec.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 52cce9bc308..79d56a5d0f1 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -3900,6 +3900,14 @@ StandardInputData=V2XigLJyZSBubyBzdHJhbmdlcnMgdG8gbG92ZQpZb3Uga25vdyB0aGUgcnVsZX watchdog Watchdog keep-alive ping was enabled for the service, but the deadline was missed. + + exec-condition + Service did not run because ExecCondition= failed. + + + oom-kill + A service process was terminated by the Out-Of-Memory (OOM) killer. + start-limit-hit A start limit was defined for the unit and it was hit, causing the unit to fail to start. See systemd.unit5's StartLimitIntervalSec= and StartLimitBurst= for details.