Skip to content

Commit

Permalink
Fix the path on systemd unit to match the RPM spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mtds committed May 28, 2018
1 parent f3525ca commit 3cc07e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/systemd/prometheus-slurm-exporter.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Description=Prometheus SLURM Exporter

[Service]
ExecStart=/usr/sbin/prometheus-slurm-exporter
ExecStart=/usr/bin/prometheus-slurm-exporter
Restart=always
RestartSec=15

Expand Down

0 comments on commit 3cc07e3

Please sign in to comment.