Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Robertson committed Nov 3, 2021
1 parent 16cbe3e commit 7f93c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/buildkite-agent.override.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ExecStart={{ buildkite_agent_executable[ansible_os_family] }} {{ buildkite_agent

User={{ buildkite_agent_username }}

# Only point the agent logs at files if the log dir var is set. Otherwise they will flow to stdout/stderr/journal.
{% if buildkite_agent_logs_dir[ansible_os_family] is defined %}
# Point the agent logs at files if the user chooses a log dir. Otherwise they will flow to stdout/stderr/journal.
StandardOutput=file:{{ buildkite_agent_logs_dir[ansible_os_family] }}/buildkite-agent.log
StandardError=file:{{ buildkite_agent_logs_dir[ansible_os_family] }}/buildkite-agent.log
{% endif %}

0 comments on commit 7f93c96

Please sign in to comment.