summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-04 00:12:13 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-04 00:12:13 +0200
commit6ffd3337867076067955ec4d5d1a0cde521d9b86 (patch)
treeb53ef523315a3f112793c4398c5b2bf34b6f343e /man/systemd.service.xml
parentf1c8f75b38def5b2e21a83b245c5392563fba7ef (diff)
man: clarify that StartLimitInterval= also applies to manual starts
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r--man/systemd.service.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 564c7922c..60155e68c 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -756,10 +756,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