Read more

start a systemd service blocked by rate limiting

Avatar
Claus-Theodor Riegg
March 21, 2019Software engineer at makandra GmbH

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
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

Afterwards you can try to start the service again:

systemctl start $UNIT
Posted by Claus-Theodor Riegg to makandra Operations (2019-03-21 16:30)