modules/monitoring: exporters also wait for hyprspace device

This commit is contained in:
Max Headroom 2022-06-18 18:27:18 +02:00
parent ed8e11c6f4
commit c38f792890

View file

@ -30,8 +30,8 @@ in
};
};
systemd.services.prometheus-node-exporter.after = [ "hyprspace.service" ];
systemd.services.prometheus-jitsi-exporter.after = [ "hyprspace.service" ];
systemd.services.prometheus-node-exporter.after = [ "hyprspace.service" "sys-devices-virtual-net-hyprspace.device" ];
systemd.services.prometheus-jitsi-exporter.after = [ "hyprspace.service" "sys-devices-virtual-net-hyprspace.device" ];
systemd.services.promtail = {
wantedBy = [ "multi-user.target" ];