Florian Heinle
2 years
Claus-Theodor Riegg
3 years
Claus-Theodor Riegg
3 years
Andreas Vöst
3 years
Claus-Theodor Riegg
8 years

start a systemd service blocked by rate limiting

Posted About 5 years ago. Visible to the public.

If a systemd service unit is blocked by rate limiting (see in documentation Show archive.org snapshot ) you can reset the failcounter via:

systemctl reset-failed $UNIT

Afterwards you can try to start the service again:

systemctl start $UNIT
Claus-Theodor Riegg
Last edit
Over 1 year ago
Claus-Theodor Riegg
License
Source code in this card is licensed under the MIT License.