mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
18 lines
315 B
Desktop File
18 lines
315 B
Desktop File
[Unit]
|
|
Description=etcd key-value store
|
|
Documentation=https://github.com/etcd-io/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
|