From a3474965b68c1bc4b3e137eee03408f2a577b2a1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 14 Jan 2025 14:04:52 +0100 Subject: [PATCH] man: also fix documentation of start-limit-hit (cherry picked from commit 390dffb862af5791a33abef08011f87818249975) --- man/org.freedesktop.systemd1.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 9cd6a69311..ec38613da0 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -4818,9 +4818,10 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { code. signal indicates that a service process exited with an uncaught signal. core-dump indicates that a service process exited uncleanly and dumped core. watchdog indicates that a service did not send out watchdog ping messages - often enough. start-limit indicates that a service has been started too frequently - in a specific time frame (as configured in StartLimitInterval, - StartLimitBurst). + often enough. start-limit-hit indicates that a service has been started too + frequently in a specific time frame (as configured in StartLimitInterval, + StartLimitBurst). oom-kill indicates that a service was + terminated due to an out-of-memory (OOM) situation. ControlGroup indicates the control group path the processes of this service unit are placed in.