modules/monitoring: start exporters after hyprspace
This commit is contained in:
parent
1872b092ec
commit
926346bd0a
1 changed files with 3 additions and 0 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue