diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-04 00:23:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-04 00:23:42 +0200 |
commit | 451b34cc1d74960ee0262eef970a6346ec814f31 (patch) | |
tree | 8781bb56a2846f6d870e002593d3ccecb787bcd5 /man | |
parent | 6ffd3337867076067955ec4d5d1a0cde521d9b86 (diff) |
service: flush the start counter in "systemctl reset-failed"
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.service.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 60155e68cb..fcd3a7dd38 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -768,7 +768,15 @@ however they may still be restarted manually at a later point from which point on the restart logic is again - activated.</para></listitem> + activated. Note that + <command>systemctl + reset-failed</command> will cause the + restart rate counter for a service to + be flushed, which is useful if the + administrator wants to manually start + a service and the start limit + interferes with + that.</para></listitem> </varlistentry> <varlistentry> |