https://github.com/etcd-io/etcd
Raw File
Tip revision: 7e4fc7eaa931298732c880a703bccc9c177ae1de authored by Gyu-Ho Lee on 16 February 2017, 03:25:01 UTC
version: bump up to 2.3.8
Tip revision: 7e4fc7e
etcd.service
[Unit]
Description=etcd key-value store
Documentation=https://github.com/coreos/etcd

[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