Merge pull request #234620 from linj-fork/fix/murmur-after

nixos/murmur: make it be after network.target again
This commit is contained in:
K900
2023-06-02 18:13:12 +03:00
committed by GitHub
+1 -1
View File
@@ -313,7 +313,7 @@ in
systemd.services.murmur = {
description = "Murmur Chat Service";
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];
after = [ "network.target" ];
preStart = ''
${pkgs.envsubst}/bin/envsubst \
-o /run/murmur/murmurd.ini \