updated init-script for palaver and adapted ebuild. may not work anymore, as i just deleted the "distutils"-inheritance

This commit is contained in:
Manuel Friedli 2011-07-03 16:07:55 +00:00
parent 5757391ba2
commit 5b4e576cd5
4 changed files with 4 additions and 59 deletions

View file

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