Skip to content

Commit

Permalink
Fix wrong path to executable (#244)
Browse files Browse the repository at this point in the history
The correct executable path in the systemd unit definition does not contain 'local'.
  • Loading branch information
nomaster authored Jun 9, 2024
1 parent 5a0611e commit df450a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .packaging/prometheus-junos-exporter.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Restart=on-failure
DynamicUser=yes
User=prometheus
EnvironmentFile=/etc/default/prometheus-junos-exporter
ExecStart=/usr/local/bin/junos_exporter $ARGS
ExecStart=/usr/bin/junos_exporter $ARGS

[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

0 comments on commit df450a0

Please sign in to comment.