We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c39d54 commit c3f315dCopy full SHA for c3f315d
init.d/codedeploy-agent.service
@@ -1,9 +1,9 @@
1
[Unit]
2
Description=AWS CodeDeploy Host Agent
3
+After=network.target
4
5
[Service]
6
Type=forking
-After=network.target
7
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
0 commit comments