https://github.com/etcd-io/etcd
Raw File
Tip revision: 27fc7e2296f506182f58ce846e48f36b34fe6842 authored by Gyuho Lee on 10 October 2018, 17:17:54 UTC
version: 3.3.10
Tip revision: 27fc7e2
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