https://github.com/etcd-io/etcd
Raw File
Tip revision: 18dfb9cca345bb2b2fbe73d5fc31028c2477bef1 authored by Gyuho Lee on 16 July 2020, 22:16:20 UTC
version: 3.4.10
Tip revision: 18dfb9c
etcd.service
[Unit]
Description=etcd key-value store
Documentation=https://github.com/etcd-io/etcd
After=network.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