From 779326b3bf5a687421484f60757ecd47c9b6d310 Mon Sep 17 00:00:00 2001 From: Kristian Klausen Date: Sun, 1 Aug 2021 20:37:52 +0200 Subject: [PATCH] prometheus_exporters: Fix the AUR exporter never starting after boot --- .../templates/prometheus-aur-textcollector.timer.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/prometheus_exporters/templates/prometheus-aur-textcollector.timer.j2 b/roles/prometheus_exporters/templates/prometheus-aur-textcollector.timer.j2 index 9ae3a579..b05f9eab 100644 --- a/roles/prometheus_exporters/templates/prometheus-aur-textcollector.timer.j2 +++ b/roles/prometheus_exporters/templates/prometheus-aur-textcollector.timer.j2 @@ -3,6 +3,7 @@ Description=Prometheus Arch Exporter TextCollector Timer [Timer] OnUnitActiveSec=5m +OnBootSec=5min [Install] WantedBy=timers.target