prosody service: needs working network connectivity

This commit is contained in:
Franz Pletz
2017-02-23 16:05:06 +01:00
parent 66f553974b
commit 4905c1c54f

View File

@@ -265,7 +265,8 @@ in
systemd.services.prosody = {
description = "Prosody XMPP server";
after = [ "network.target" ];
after = [ "network-online.target" ];
wants = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
User = "prosody";