start a systemd service blocked by rate limiting

Updated . Posted . 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
Last edit
Deleted user #4309
License
Source code in this card is licensed under the MIT License.