We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140e132 commit bd38c04Copy full SHA for bd38c04
init.d/codedeploy-agent.service
@@ -6,6 +6,9 @@ Type=forking
6
ExecStart=/opt/codedeploy-agent/bin/codedeploy-agent start
7
ExecStop=/opt/codedeploy-agent/bin/codedeploy-agent stop
8
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
12
13
[Install]
14
WantedBy=multi-user.target
0 commit comments