File etcd.service of Package etcd
[Unit] Description=Distributed reliable key-value store Documentation=https://etcd.io/docs/latest/ After=network-online.target local-fs.target remote-fs.target time-sync.target Wants=network-online.target local-fs.target remote-fs.target time-sync.target [Service] User=etcd Type=notify Environment=ETCD_CONFIG_FILE=/etc/etcd/etcd.conf.yml WorkingDirectory=/var/lib/etcd ExecStart=/usr/bin/etcd Restart=on-failure RestartSec=10s LimitNOFILE=40000 [Install] WantedBy=multi-user.target