This repository was archived by the owner on Nov 9, 2020. It is now read-only.
This repository was archived by the owner on Nov 9, 2020. It is now read-only.
Investigate possibility to use systemd to manage ETCD services #1873Assignees
DescriptionCurrently vFile plugin manage ETCD services by os/exec and Process.Kill():
cmd := exec.Command("/bin/etcd", lines...)
err := cmd.Start()
// stop ETCD process
if err := e.etcdCMD.Process.Kill(); err != nil {
log.Errorf("Failed to stop ETCD process. Error: %v", err)
return
}
This requires the plugin to handle the ETCD data directory clean up and so on.
Using systemd to manage ETCD services should be able to achieve better resource allocation automatically.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4