nixos/prometheus.alertmanagerIrcRelay: fix network-online.target ordering but not depending warning

(cherry picked from commit c689716d48)
This commit is contained in:
Gautier DI FOLCO
2024-11-25 01:15:17 +01:00
committed by github-actions[bot]
parent 71dd9cc0b0
commit fa64557806

View File

@@ -58,6 +58,7 @@ in
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];
wants = [ "network-online.target" ];
serviceConfig = {
ExecStart = ''