Cannot enable codeploy-agent service

0

Hello

I've installed Code Deploy agent on Amazon Linux 2023. The agent runs fine and works, but once I try to issue "sudo systemctl enable codedeploy-agent" command, I get error response "Failed to execute /usr/lib/systemd/systemd-sysv-install: No such file or directory"

But I really want Code Deploy Agent enabled to be sure it is running after reboot.

preguntada hace un mes86 visualizaciones
2 Respuestas
0

Hi

Since you're using systemd, the recommended approach is to use the systemctl command. Run the following command to enable the codedeploy-agent service:

sudo systemctl enable codedeploy-agent

https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-verify.html

profile picture
EXPERTO
GK
respondido hace un mes
  • This is exactly what I did and why I asked because I got the result: ""Failed to execute /usr/lib/systemd/systemd-sysv-install: No such file or directory"

0

Nothing? Are there some alernatives? Because today, it escalated and caused troubles. Should I abandon Code Deploy Agent and move to other solution?

respondido hace 9 días

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas