1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

* examples/mtr/ejabberd: Updated (thanks to Marshall T. Rose)

* src/Makefile.in: Added installation of msgs/ directory

SVN Revision: 175
This commit is contained in:
Alexey Shchepin 2003-11-13 19:09:33 +00:00
parent c248bffd54
commit 05f988572f
4 changed files with 13 additions and 3 deletions

View file

@ -55,7 +55,9 @@ start)
if [ -x $D/src ]; then
echo "Starting ${name}."
cd $D/src
su jabber -c "/usr/pkg/bin/erl -sname ejabberd -s ejabberd -heart -detached &" \
ERL_MAX_PORTS=32000 export ERL_MAX_PORTS
ulimit -n $ERL_MAX_PORTS
su jabber -c "/usr/pkg/bin/erl -sname ejabberd -s ejabberd -heart -detached -sasl sasl_error_logger '{file, \"ejabberd-sasl.log\"}' &" \
1>/dev/null 2>&1
fi
;;