Skip to content

Commit

Permalink
Fix grafana-agent binary path in systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
parcimonic committed Mar 12, 2023
1 parent 0e894ee commit b0176a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/grafana-agent.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Grafana Cloud agent

[Service]
Type=simple
ExecStart={{ agent_location }}/agent-linux-{{ grafana_agent_type[ansible_architecture] }} --config.file={{ config_location }}/agent-config.yaml
ExecStart={{ agent_location }}/grafana-agent-linux-{{ grafana_agent_type[ansible_architecture] }} --config.file={{ config_location }}/agent-config.yaml
Restart=always

[Install]
Expand Down

0 comments on commit b0176a0

Please sign in to comment.