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
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

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