Skip to content

Commit 1ae1f59

Browse files
committed
Revert "fix bash -a issue"
This reverts commit b00cc52.
1 parent e190930 commit 1ae1f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.d/codedeploy-agent.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description=AWS CodeDeploy Host Agent
44
[Service]
55
Type=forking
66
After=network.target
7-
ExecStart=/bin/bash -c '[ -f /etc/profile ] && source /etc/profile; /opt/codedeploy-agent/bin/codedeploy-agent start'
7+
ExecStart=/bin/bash -a -c '[ -f /etc/profile ] && source /etc/profile; /opt/codedeploy-agent/bin/codedeploy-agent start'
88
ExecStop=/opt/codedeploy-agent/bin/codedeploy-agent stop
99
RemainAfterExit=no
1010
Restart=on-failure

0 commit comments

Comments
 (0)