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.

已提问 24 天前47 查看次数
1 回答
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
专家
GK
已回答 24 天前
  • 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"

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则