updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / tokyotyrant / tokyotyrant.conf
blob77c299a81a8838933ad2647aa08db09cdc8d753f
1 # /etc/conf.d/ttserver: config file for /etc/init.d/ttserver
3 # TCP port TokyoTyrant server should listen on
4 TYRANT_PORT="1978"
6 # Location of the TokyoTyrant server database
7 # Also put addional options here, eg, #bnum
8 # See 'ttserver' man page
9 TYRANT_DB="/var/lib/tokyotyrant/tokyotyrant.tch"
11 # Location of the TokyoTyrant server log file
12 TYRANT_LOG_FILE="/var/log/ttserver.log"
14 # Location of the TokyoTyrant server PID file
15 TYRANT_PID_FILE="/var/run/ttserver.pid"
17 # Pass extra options to TokyoTyrant server
18 # Example: TYRANT_EXTRA_OPTS="-ld" - enables logging of debug messages
19 # See the 'ttserver' man page for more
20 TYRANT_EXTRA_OPTS=""