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.
1 parent e190930 commit 1ae1f59Copy full SHA for 1ae1f59
init.d/codedeploy-agent.service
@@ -4,7 +4,7 @@ Description=AWS CodeDeploy Host Agent
4
[Service]
5
Type=forking
6
After=network.target
7
-ExecStart=/bin/bash -c '[ -f /etc/profile ] && source /etc/profile; /opt/codedeploy-agent/bin/codedeploy-agent start'
+ExecStart=/bin/bash -a -c '[ -f /etc/profile ] && source /etc/profile; /opt/codedeploy-agent/bin/codedeploy-agent start'
8
ExecStop=/opt/codedeploy-agent/bin/codedeploy-agent stop
9
RemainAfterExit=no
10
Restart=on-failure
0 commit comments