https://github.com/etcd-io/etcd
Raw File
Tip revision: d5572964e1b18f046605bdce94932cb0331f67c2 authored by Gyu-Ho Lee on 15 November 2017, 22:41:41 UTC
Merge pull request #8874 from gyuho/release-branch
Tip revision: d557296
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