Revision c0d1450b45f30013dfd8d73bbaa8f14072cf4bbb authored by Gyuho Lee on 19 May 2021, 06:50:10 UTC, committed by GitHub on 19 May 2021, 06:50:10 UTC
[backport release-3.5] applyV2 should reapply on backend only once
2 parent s 379c361 + c4ebac0
Raw File
etcd.service
[Unit]
Description=etcd key-value store
Documentation=https://github.com/etcd-io/etcd
After=network-online.target local-fs.target remote-fs.target time-sync.target
Wants=network-online.target local-fs.target remote-fs.target time-sync.target

[Service]
User=etcd
Type=notify
Environment=ETCD_DATA_DIR=/var/lib/etcd
Environment=ETCD_NAME=%m
ExecStart=/usr/bin/etcd
Restart=always
RestartSec=10s
LimitNOFILE=40000

[Install]
WantedBy=multi-user.target
back to top