You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
We are supporting multiple services for the elastic-agent:
centos-systemd
centos
cloud
debian-systemd
debian
And each of them means having a separate dir in the services layout.
We could remove the vanilla centos & debian services, are they are not used nor going to be used.
We are hardcoding the centos-systemd name for the service, which is causing strong coupling with the installer structs, and service names. Simplifying the layout we could simply rename the service (and eventually the container name) for elastic-agent, period.
We are supporting multiple services for the elastic-agent:
And each of them means having a separate dir in the services layout.
centos-systemdname for the service, which is causing strong coupling with the installer structs, and service names. Simplifying the layout we could simply rename the service (and eventually the container name) forelastic-agent, period.cc/ @adam-stokes