Daniel Zelisko wrote:
I fixed it for ubuntu 8.10, hopefuly it may be useful for you.
[...]
start()
{
cd /var/lib/ejabberd
su $EJABBERDUSER -c "$EJABBERD -noshell -detached"
echo `pidof epmd` > $PIDFILE
}
[...]
epmd is an "Erlang Port Mapping Daemon" which provides clustering for
Er
Hi,
I fixed it for ubuntu 8.10, hopefuly it may be useful for you.
regards
danielz
#! /bin/sh
#
# ejabberdStart/stop ejabberd server
#
### BEGIN INIT INFO
# Provides: ejabberd
# Required-Start:$remote_fs $network
# Required-Stop: $remote_fs $network
# Default-Start:
2 matches
Mail list logo