#!/bin/sh
[ -r ./conf ] && . ./conf
install -o tor -g tor -m 0755 -d /var/run/tor
ulimit ${rc_ulimit}
chpst -U tor:tor tor ${tor_opts}
exec pause
