github.com/rohankumardubey/proxyfs@v0.0.0-20210108201508-653efa9ab00e/ci/ansible/tasks/files/etc/systemd/system/etcd.service (about) 1 [Unit] 2 Description=etcd 3 Documentation=https://github.com/coreos/etcd 4 Conflicts=etcd2.service 5 6 [Service] 7 Restart=always 8 RestartSec=5s 9 LimitNOFILE=40000 10 TimeoutStartSec=0 11 12 ExecStart=/usr/local/bin/etcd --config-file /etc/etcd/etcd.conf 13 14 [Install] 15 WantedBy=multi-user.target