Skip to content

Commit c3f315d

Browse files
committed
Move After to proper systemd unit file section.
1 parent 3c39d54 commit c3f315d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.d/codedeploy-agent.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[Unit]
22
Description=AWS CodeDeploy Host Agent
3+
After=network.target
34

45
[Service]
56
Type=forking
6-
After=network.target
77
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

0 commit comments

Comments
 (0)