We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a53136 + bbfdf9c commit 5f1f7b2Copy full SHA for 5f1f7b2
init.d/codedeploy-agent.service
@@ -3,7 +3,7 @@ Description=AWS CodeDeploy Host Agent
3
4
[Service]
5
Type=forking
6
-ExecStart=/bin/sh -a -c '[ -f /etc/profile ] && source /etc/profile; /opt/codedeploy-agent/bin/codedeploy-agent-wrapper start'
+ExecStart=/bin/bash -a -c '[ -f /etc/profile ] && source /etc/profile; /opt/codedeploy-agent/bin/codedeploy-agent-wrapper start'
7
ExecStop=/opt/codedeploy-agent/bin/codedeploy-agent-wrapper stop
8
RemainAfterExit=no
9
# Comment out the following line to run the agent as the codedeploy user
0 commit comments