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
2
net-im/punjab/files/punjab-confd
Normal file
2
net-im/punjab/files/punjab-confd
Normal file
|
@ -0,0 +1,2 @@
|
|||
# location of the configuration file
|
||||
CONFIG=/etc/jabber/punjab.xml
|
|
@ -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