Skip to content

Commit 165364d

Browse files
authored
templates/etc/systemd/system/etcd.service.j2: etcd should start after networking is online (#34)
1 parent 86566dd commit 165364d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
**13.1.0+3.5.9**
5+
6+
- `systemd` service `etcd` should start after network is online
7+
48
**13.0.0+3.5.9**
59

610
**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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
[Unit]
1212
Description=etcd
1313
Documentation=https://github.com/etcd-io/etcd/
14+
Wants=network-online.target
15+
After=network-online.target
1416

1517
[Service]
1618
{%- for setting in etcd_service_options %}

0 commit comments

Comments
 (0)