Skip to content

Commit bd38c04

Browse files
committed
Updated to include comment inside systemd service file
1 parent 140e132 commit bd38c04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.d/codedeploy-agent.service

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Type=forking
66
ExecStart=/opt/codedeploy-agent/bin/codedeploy-agent start
77
ExecStop=/opt/codedeploy-agent/bin/codedeploy-agent stop
88
RemainAfterExit=no
9+
# Comment out the following line to run the agent as the codedeploy user
10+
# Note: The user must first exist on the system
11+
#User=codedeploy
912

1013
[Install]
1114
WantedBy=multi-user.target

0 commit comments

Comments
 (0)