updated ebuild to not use tap-crap
This commit is contained in:
parent
abcce40317
commit
c0103033fb
4 changed files with 8 additions and 12 deletions
|
@ -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 $?
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue