Skip to content

Commit

Permalink
templates/etc/systemd/system/etcd.service.j2: etcd should start after…
Browse files Browse the repository at this point in the history
… networking is online (#34)
  • Loading branch information
githubixx authored Dec 13, 2023
1 parent 86566dd commit 165364d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

**13.1.0+3.5.9**

- `systemd` service `etcd` should start after network is online

**13.0.0+3.5.9**

**NOTE**: This version contains some potential breaking changes to increase security related settings. So please test thoroughly before upgrading!
Expand Down
2 changes: 2 additions & 0 deletions templates/etc/systemd/system/etcd.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
[Unit]
Description=etcd
Documentation=https://github.com/etcd-io/etcd/
Wants=network-online.target
After=network-online.target

[Service]
{%- for setting in etcd_service_options %}
Expand Down

0 comments on commit 165364d

Please sign in to comment.