now palaver shouldn't need mktap anymore ...

This commit is contained in:
Manuel Friedli 2012-07-19 01:29:51 +00:00
parent 2b46f042cf
commit 4473410b1f
3 changed files with 5 additions and 11 deletions

View file

@ -11,8 +11,8 @@ depend() {
start() {
ebegin "Starting Palaver MUC service"
start-stop-daemon --start --pidfile /var/run/jabber/palaver.pid -u jabber -g jabber \
--exec /usr/bin/twistd -- -f /etc/jabber/palaver.tap -l /var/log/jabber/palaver.log \
--pidfile /var/run/jabber/palaver.pid
--exec /usr/bin/twistd -- -l /var/log/jabber/palaver.log --pidfile /var/run/jabber/palaver.pid \
palaver -c ${CONFIG}
eend $?
}