Skip to content

Commit 7f93c96

Browse files
author
Sean Robertson
committed
Tweak comment
1 parent 16cbe3e commit 7f93c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/buildkite-agent.override.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ExecStart={{ buildkite_agent_executable[ansible_os_family] }} {{ buildkite_agent
88

99
User={{ buildkite_agent_username }}
1010

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

0 commit comments

Comments
 (0)