Merge pull request #234620 from linj-fork/fix/murmur-after
nixos/murmur: make it be after network.target again
This commit is contained in:
commit
e534047e2d
@ -313,7 +313,7 @@ in
|
|||||||
systemd.services.murmur = {
|
systemd.services.murmur = {
|
||||||
description = "Murmur Chat Service";
|
description = "Murmur Chat Service";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network-online.target" ];
|
after = [ "network.target" ];
|
||||||
preStart = ''
|
preStart = ''
|
||||||
${pkgs.envsubst}/bin/envsubst \
|
${pkgs.envsubst}/bin/envsubst \
|
||||||
-o /run/murmur/murmurd.ini \
|
-o /run/murmur/murmurd.ini \
|
||||||
|
Loading…
Reference in New Issue
Block a user