summaryrefslogtreecommitdiff
path: root/databases/tarantool/files/patch-test_box_tarantool.cfg
blob: 35329ad4bd3282fc8bbdf05d1995e4cfb603a9f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- test/box/tarantool.cfg.orig	2011-12-13 01:02:02.069760259 +0000
+++ test/box/tarantool.cfg	2011-12-13 01:03:52.550055101 +0000
@@ -1,11 +1,11 @@
 slab_alloc_arena = 0.1
 
-pid_file = "box.pid"
-
+pid_file = "/var/run/tarantool.pid"
+work_dir = "/var/db/tarantool"
 
 # Use -a not -a to work correctly on FreeBSD
 #
-logger="tee -a tarantool.log"
+logger="cat >> /var/log/tarantool.log"
 
 primary_port = 33013
 secondary_port = 33014