diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 52cce9bc30..79d56a5d0f 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.