prosody service: needs working network connectivity
This commit is contained in:
parent
66f553974b
commit
4905c1c54f
@ -265,7 +265,8 @@ in
|
|||||||
systemd.services.prosody = {
|
systemd.services.prosody = {
|
||||||
|
|
||||||
description = "Prosody XMPP server";
|
description = "Prosody XMPP server";
|
||||||
after = [ "network.target" ];
|
after = [ "network-online.target" ];
|
||||||
|
wants = [ "network-online.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "prosody";
|
User = "prosody";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user