updated ebuild to not use tap-crap

This commit is contained in:
Manuel Friedli 2012-07-19 01:37:40 +00:00
parent abcce40317
commit c0103033fb
4 changed files with 8 additions and 12 deletions

View file

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