https://github.com/etcd-io/etcd
Raw File
Tip revision: a19672befc4ce14f91718622dba6bff0d52a9c05 authored by Gyu-Ho Lee on 17 November 2017, 19:10:48 UTC
version: bump up to v3.2.10+git
Tip revision: a19672b
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