ports/databases/tarantool/files/patch-test_share_tarantool_tgz.cfg
Veniamin Gvozdikov 83c061b97e - Update to new version
- Fixed bugs at init script
- Added auto init storage at init script
- Added more information at pkg-message
- Groupped plugins

Submitted by:	myself
2013-11-23 08:47:39 +00:00

22 lines
555 B
INI

--- test/share/tarantool_tgz.cfg.orig 2013-11-22 20:37:20.623185968 +0400
+++ test/share/tarantool_tgz.cfg 2013-11-22 20:38:47.452245623 +0400
@@ -11,11 +11,11 @@
#
# Store the pid in this file. Relative to
# startup dir.
-pid_file = "box.pid"
+pid_file = "/var/run/tarantool.pid"
#
# Pipe all the logs to the console
-#logger=""
+logger="cat - >> /var/log/tarantool.log"
#
# Read only and read-write port.
@@ -46,4 +46,4 @@
#
# working directory (daemon will chdir(2) to it)
-work_dir = "var/lib/tarantool"
+work_dir = "/var/db/tarantool"