modules/monitoring: exporters also wait for hyprspace device
This commit is contained in:
parent
ed8e11c6f4
commit
c38f792890
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.prometheus-node-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" ];
|
systemd.services.prometheus-jitsi-exporter.after = [ "hyprspace.service" "sys-devices-virtual-net-hyprspace.device" ];
|
||||||
|
|
||||||
systemd.services.promtail = {
|
systemd.services.promtail = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
Loading…
Reference in a new issue