Files
extra/tor/tor.run
2025-06-22 20:39:04 -05:00

7 lines
146 B
Bash

#!/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