diff options
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | man/systemd.service.xml | 10 |
2 files changed, 10 insertions, 1 deletions
@@ -42,6 +42,7 @@ Features: * Document: - PID 1 D-Bus API - Journal C API manual pages + - scheduled shutdown API * wiki: document logind's PreparingForShutdown, PreparingForSleep diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 69060a53b2..564c7922c3 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -756,7 +756,15 @@ are allowed (defaults to 5). These configuration options are particularly useful in conjunction with - <varname>Restart=</varname>.</para></listitem> + <varname>Restart=</varname>. 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 + point on the restart logic is again + activated.</para></listitem> </varlistentry> <varlistentry> |