diff options
-rw-r--r-- | man/systemd.service.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 564c7922c3..60155e68cb 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 |