Skip to content

Commit

Permalink
Merge pull request #616 from parship/master
Browse files Browse the repository at this point in the history
Fix unreachable StartLimitBurst value in unit template
  • Loading branch information
carabasdaniel committed May 25, 2020
2 parents 5203e1c + 92bf8e7 commit 7470d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/systemd/system/docker-run.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ After=<%= @after.uniq.join(" ") %>
Wants=<%= @wants.uniq.join(" ") %>
Requires=<%= @requires.uniq.join(" ") %>
StartLimitIntervalSec=20
StartLimitBurst=5
StartLimitBurst=3

[Service]
Restart=<%= @systemd_restart %>
Expand Down

0 comments on commit 7470d4f

Please sign in to comment.