Merge pull request #42860 from ldesgoui/fix-murmur-service

murmur service: prevent silent launch failure by waiting until network is available
This commit is contained in:
Silvan Mosberger 2018-07-03 17:34:07 +02:00 committed by GitHub
commit bdac6ac4b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";