Skip to content

Commit 4fceb77

Browse files
Merge pull request #180 from stefanotorresi/fix/systemd-unit
remove explicit Pacemaker dependency from the systemd unit
2 parents a84d536 + 4fd7822 commit 4fceb77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ha_cluster_exporter.service

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[Unit]
22
Description=Prometheus exporter for Pacemaker HA clusters metrics
3-
Wants=pacemaker.service
4-
After=network.target pacemaker.service
3+
After=network.target
54

65
[Service]
76
Type=simple

0 commit comments

Comments
 (0)