From ecd289ac705628b660f578009bc3e5bbefbc6a3e Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Thu, 21 Sep 2023 20:20:57 +0100 Subject: [PATCH] Fix file perms and start and enable service --- xmpp-wizard.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xmpp-wizard.sh b/xmpp-wizard.sh index 78cd084..70385d4 100644 --- a/xmpp-wizard.sh +++ b/xmpp-wizard.sh @@ -858,8 +858,11 @@ modules: ### End: ### vim: set filetype=yaml tabstop=8""" > /etc/ejabberd/ejabberd.yml +chown jabber:jabber /etc/ejabberd/ejabberd.yml chmod 700 /etc/ejabberd/ejabberd.yml +systemctl start ejabberd && systemctl enable ejabberd + echo "Installing nginx upload vhost file..." echo "