1 # /etc/conf.d/ttserver: config file for /etc/init.d/ttserver
3 # TCP port TokyoTyrant server should listen on
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