Skip to content

Commit

Permalink
Correct path to agent pid file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Box committed Dec 20, 2016
1 parent 199f906 commit f19b3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/teamcity-agent.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

NAME=teamcity_agent_<%= @agent_name %>
DAEMON=/opt/teamcity_agent_<%= @agent_name %>/bin/agent.sh
PIDFILE=/opt/teamcity_agent_<%= @agent_name %>/logs/teamcityAgent.pid
PIDFILE=/opt/teamcity_agent_<%= @agent_name %>/logs/buildAgent.pid
USER=root

# If the daemon is not there, then exit.
Expand Down

0 comments on commit f19b3b1

Please sign in to comment.