#!/bin/sh
# Wrapper for init file which enables SElinux usage.
/usr/bin/python /usr/bin/twistd \
    --python "/usr/lib/python2.5/site-packages/pokernetwork/pokerbot.py" \
    ${0+$@}
