modules/monitoring: start exporters after hyprspace

This commit is contained in:
Max Headroom 2022-05-27 01:31:46 +02:00
parent 1872b092ec
commit 926346bd0a

View file

@ -28,6 +28,9 @@ in
};
};
systemd.services.prometheus-node-exporter.after = [ "hyprspace.service" ];
systemd.services.prometheus-jitsi-exporter.after = [ "hyprspace.service" ];
systemd.services.promtail = {
wantedBy = [ "multi-user.target" ];