We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86566dd commit 165364dCopy full SHA for 165364d
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
---------
3
4
+**13.1.0+3.5.9**
5
+
6
+- `systemd` service `etcd` should start after network is online
7
8
**13.0.0+3.5.9**
9
10
**NOTE**: This version contains some potential breaking changes to increase security related settings. So please test thoroughly before upgrading!
templates/etc/systemd/system/etcd.service.j2
@@ -11,6 +11,8 @@
11
[Unit]
12
Description=etcd
13
Documentation=https://github.com/etcd-io/etcd/
14
+Wants=network-online.target
15
+After=network-online.target
16
17
[Service]
18
{%- for setting in etcd_service_options %}
0 commit comments