#!/bin/sh
[ -r conf ] && . ./conf
exec 2>&1
exec miniupnpd ${OPTS:=-f /etc/miniupnpd/miniupnpd.conf}
