this should make it work.

This commit is contained in:
Manuel Friedli 2013-03-21 23:41:58 +00:00
parent 3cc90e3a6b
commit 4ab6117ccc
4 changed files with 17 additions and 10 deletions

View file

@ -10,9 +10,10 @@ depend() {
start() {
ebegin "Starting Palaver MUC service"
source ${CONFIG}
start-stop-daemon --start --pidfile /var/run/jabber/palaver.pid -u jabber -g jabber \
--exec /usr/bin/twistd -- -l /var/log/jabber/palaver.log --pidfile /var/run/jabber/palaver.pid \
palaver -c ${CONFIG}
--exec /usr/bin/twistd -- -l $LOG/palaver.log --pidfile /var/run/jabber/palaver.pid \
palaver --jid=$JID --rhost=$RHOST --rport=$RPORT --secret=$SECRET --spool=$SPOOL
eend $?
}