7 lines
146 B
Bash
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
|