#!/bin/sh
exec nice --4 env PYTHONPATH=/opt/exabgp/lib setuidgid nobody `which python` /opt/exabgp/lib/exabgp/application/bgp.py /opt/exabgp/etc/exabgp/service-ip.txt 2>&1
