Skip to content

Commit

Permalink
vpnor: updatesymlinks: Disable rate limiting
Browse files Browse the repository at this point in the history
This service can be restarted multiple times in a row after a BMC reboot
due to its WantedBy dependencies, causing this service to fail with a
start-limit-hit systemd error because it exceeds the default burst
limit.
Disable the rate limiting to avoid this error since this service is
designed to be started as many times as required.

Tested: Restarted pldmd and mboxd multiple times and the start-limit-hit
error is not seeing anymore.

Change-Id: I437cc70d3cf70cd8d59d17b7cb2f4b8995a278c8
Signed-off-by: Adriana Kobylak <[email protected]>
  • Loading branch information
anoo1 committed Apr 5, 2024
1 parent 1b92f3d commit 4639e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vpnor/obmc-vpnor-updatesymlinks.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ [email protected]
After=org.open_power.Software.Host.Updater.service
After[email protected]
ConditionPathExists=!/run/openbmc/chassis@0-on
StartLimitIntervalSec=0

[Service]
Type=oneshot
Expand Down

0 comments on commit 4639e55

Please sign in to comment.