1TTSERVCTL(1) Tokyo Tyrant TTSERVCTL(1)
2
3
4
6 ttserctl - the startup script of the server of Tokyo Tyrant
7
8
10 The command `ttservctl' is the startup script of the server. It can be
11 called by the RC script of the bootstrap process of the operating sys‐
12 tem. This command is used in the following format.
13
14 ttservctl start
15 Startup the server.
16 ttservctl stop
17 Stop the server.
18 ttservctl restart
19 Restart the server.
20 ttservctl hup
21 Send HUP signal to the server for log rotation.
22
23 The database is placed as "/var/ttserver/casket.tch". The log and
24 related files are also placed in "/var/ttserver". This command returns
25 0 on success, another on failure.
26
27
29 ttserver(1)
30
31
32
33Man Page 2010-01-20 TTSERVCTL(1)