mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
9400a94fc1
Added etcd service and configuration file support to start etcd service with existing cluster configuration. Change-Id: Ia52bbf20fd1951aa76184da54af94231d2324888 Signed-off-by: ojayanth <ojayanth@in.ibm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
430 B
Desktop File
16 lines
430 B
Desktop File
[Unit]
|
|
Description=etcd key-value store
|
|
Documentation=https://github.com/etcd-io/etcd
|
|
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
|
|
ConditionPathExists=/var/lib/etcd/member
|
|
|
|
[Service]
|
|
Type=notify
|
|
EnvironmentFile=/etc/etcd.d/etcd-existing.conf
|
|
ExecStart=/usr/bin/etcd
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|