Skip to content

Commit 3cc07e3

Browse files
committed
Fix the path on systemd unit to match the RPM spec
1 parent f3525ca commit 3cc07e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/systemd/prometheus-slurm-exporter.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Description=Prometheus SLURM Exporter
33

44
[Service]
5-
ExecStart=/usr/sbin/prometheus-slurm-exporter
5+
ExecStart=/usr/bin/prometheus-slurm-exporter
66
Restart=always
77
RestartSec=15
88

0 commit comments

Comments
 (0)