17 lines
333 B
Django/Jinja
17 lines
333 B
Django/Jinja
[Unit]
|
|
Description=etcd distributed key-value store
|
|
Documentation=https://etcd.io/docs/
|
|
After=network.target nebula.service
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
User=etcd
|
|
ExecStart=/usr/local/bin/etcd --config-file=/etc/etcd/etcd.conf
|
|
Restart=always
|
|
RestartSec=5
|
|
LimitNOFILE=65536
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|