Files
ports/main/tor/run.tor
2022-12-05 13:32:31 +00:00

4 lines
115 B
Bash

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