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

dist.lua defines work_dir explicitly.

parent 14862266
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ local force_cfg = {
pid_file = fio.pathjoin(cfg.PIDS, instance .. '.pid'),
wal_dir = fio.pathjoin(cfg.XLOGS, instance),
snap_dir = fio.pathjoin(cfg.SNAPS, instance),
work_dir = fio.pathjoin(cfg.SNAPS, instance),
username = cfg.USERNAME,
logger = fio.pathjoin(cfg.LOGS, instance .. '.log'),
console = fio.pathjoin(cfg.PIDS, instance .. '.control'),
......
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