]> git.pld-linux.org Git - packages/tor.git/blob - tor.sysconfig
- rel 3 (rebuild with fixed %useradd/%groupadd macros)
[packages/tor.git] / tor.sysconfig
1 # Customized settings for tor
2 # $Id$
3
4 TOR_USER="tor"
5 TOR_GROUP="tor"
6 TOR_CONFIG="/etc/tor/torrc"
7
8 # you probably want to redirect logs in syslog*.conf
9 TOR_OPTIONS="--runasdaemon 1 --log 'notice syslog'"
10
11 # vi:syntax=sh:ts=8:sw=4
This page took 0.028782 seconds and 3 git commands to generate.