Skip to content

Commit

Permalink
Revert "fix bash -a issue"
Browse files Browse the repository at this point in the history
This reverts commit b00cc52.
  • Loading branch information
psavides-aws committed Feb 16, 2024
1 parent e190930 commit 1ae1f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.d/codedeploy-agent.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description=AWS CodeDeploy Host Agent
[Service]
Type=forking
After=network.target
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'
ExecStop=/opt/codedeploy-agent/bin/codedeploy-agent stop
RemainAfterExit=no
Restart=on-failure
Expand Down

0 comments on commit 1ae1f59

Please sign in to comment.