https://github.com/etcd-io/etcd
Raw File
Tip revision: 5c2053109bfbb195cb61d597c2538686289d0774 authored by Gyu-Ho Lee on 16 September 2016, 12:47:20 UTC
Merge pull request #6449 from gyuho/supported-stream
Tip revision: 5c20531
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