#!/bin/sh [ -r conf ] && . ./conf ulimit -n ${MAX_OPEN_FILES:-65536} exec tor ${OPTS:=--quiet} --runasdaemon 0 2>&1