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 = { systemd.services.murmur = {
description = "Murmur Chat Service"; description = "Murmur Chat Service";
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
after = [ "network.target "]; after = [ "network-online.target "];
serviceConfig = { serviceConfig = {
Type = "forking"; Type = "forking";