salimma / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone
Blob Blame History Raw
From 66253cbf5a2a69839172bba080f5a6c90e4fee18 Mon Sep 17 00:00:00 2001
From: Lennart Poettering <lennart@poettering.net>
Date: Wed, 4 Jul 2012 00:12:13 +0200
Subject: [PATCH] man: clarify that StartLimitInterval= also applies to manual
 starts (cherry picked from commit
 6ffd3337867076067955ec4d5d1a0cde521d9b86)

---
 man/systemd.service.xml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index cca26f4..60d8361 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -787,10 +787,14 @@
                                 are allowed (defaults to 5). These
                                 configuration options are particularly
                                 useful in conjunction with
-                                <varname>Restart=</varname>. Note that
-                                units which are configured for
-                                <varname>Restart=</varname> and which
-                                reach the start limit are not
+                                <varname>Restart=</varname>, however
+                                apply to all kinds of starts
+                                (including manual), not just those
+                                triggered by the
+                                <varname>Restart=</varname> logic.
+                                Note that units which are configured
+                                for <varname>Restart=</varname> and
+                                which reach the start limit are not
                                 attempted to be restarted anymore,
                                 however they may still be restarted
                                 manually at a later point from which