https://github.com/etcd-io/etcd
Raw File
Tip revision: 012e38fef3050a35fa3b67398de5acff0192bf16 authored by Gyuho Lee on 27 August 2019, 16:50:54 UTC
version: 3.4.0-rc.3
Tip revision: 012e38f
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