prosody service: needs working network connectivity
This commit is contained in:
parent
66f553974b
commit
4905c1c54f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user