https://github.com/etcd-io/etcd
Raw File
Tip revision: f1d7dd87da3e8feab4aaf675b8e29c6a5ed5f58b authored by Gyu-Ho Lee on 06 October 2017, 15:58:06 UTC
version: bump up to v3.2.9
Tip revision: f1d7dd8
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