Skip to content

Commit

Permalink
Removed the on-failure restart option from the etcd-cluster.service i…
Browse files Browse the repository at this point in the history
…gnition dropin because apparently restarting oneshot units is not possible as reflected upon at systemd/systemd#7474 (re-opened at systemd/systemd#13796), because you know...systemd.
  • Loading branch information
arizvisa committed Oct 22, 2019
1 parent a0093e8 commit c32a189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ StartLimitInterval=30s
StartLimitBurst=2

[Service]
Restart=on-failure
Restart=no
RestartSec=5s

0 comments on commit c32a189

Please sign in to comment.