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:
commit
bdac6ac4b2
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue