3
0
Fork 0
forked from mirrors/nixpkgs

murmur: prevent silent launch failure

This commit is contained in:
ldesgoui 2018-07-02 05:30:43 +02:00
parent be1461fc0a
commit 16a46139d3

View file

@ -248,7 +248,7 @@ in
systemd.services.murmur = {
description = "Murmur Chat Service";
wantedBy = [ "multi-user.target" ];
after = [ "network.target "];
after = [ "network-online.target "];
serviceConfig = {
Type = "forking";