From: Reto Schneider Date: Tue, 10 Oct 2023 12:49:22 +0000 (+0200) Subject: man/systemd.exec: Update service result table X-Git-Tag: v255-rc1~261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1b16aa977c6836740cef63e91d363b74f6c1b72;p=thirdparty%2Fsystemd.git man/systemd.exec: Update service result table exec-condition and oom-kill were added without updating this table. --- 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.