#!/bin/sh
# Wrapper for init file which enables SElinux usage.
/usr/bin/python /usr/bin/twistd \
    --python "PYTHON_SITELIB/pokernetwork/pokerserver.py" \
    ${0+$@}
