https://github.com/etcd-io/etcd
Raw File
Tip revision: 420a452267a7ce45b3fcbed04d54030d69964fc1 authored by Joe Betz on 24 July 2018, 17:24:31 UTC
version: bump up to 3.2.24
Tip revision: 420a452
etcd.service
[Unit]
Description=etcd key-value store
Documentation=https://github.com/coreos/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