This commit is contained in:
Manuel Friedli 2012-07-19 02:39:47 +00:00
parent ec0a0446bc
commit 57bb75d94d
3 changed files with 13 additions and 12 deletions

View file

@ -12,7 +12,8 @@ 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 -- -l /var/log/jabber/punjab.log --pidfile /var/run/jabber/punjab.pid \
punjab -c ${CONFIG}
-y /etc/jabber/punjab.tac
# -c ${CONFIG}
eend $?
}