Skip to content
Snippets Groups Projects
Commit ecb0a49d authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov
Browse files

Fix Dima S' typo in /etc/default/tarantool.

+ Fix logrotate.d config. #473
parent 1b7305f1
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
delaycompress
create 0640 tarantool adm
postrotate
/usr/bin/tarantool /usr/lib/tarantool/dist.lua logrotate `basename $1 .log`
/usr/bin/tarantool /usr/bin/tarantoolctl logrotate `basename $1 .log`
endscript
}
......@@ -3,7 +3,7 @@ default_cfg = {
pid_file = "/var/run/tarantool", -- will become pid_file .. instance .. '.pid'
wal_dir = "/var/lib/tarantool", -- will become wal_dir/instance/
snap_dir = "/var/lib/tarantool", -- snap_dir/instance/
sophia_dir = "/var/lig/tarantool/sophia", -- will become sophia_dir/sophia/instance/
sophia_dir = "/var/lib/tarantool/sophia", -- will become sophia_dir/sophia/instance/
logger = "/var/log/tarantool", -- logger/instance .. '.log'
username = "tarantool",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment