Skip to content
Snippets Groups Projects
Commit 71f59660 authored by Veniamin Gvozdikov's avatar Veniamin Gvozdikov
Browse files

Autogen default/tarantool with custom CMAKE_INSTALL_SYSCONFDIR dir for instance

parent 8f2cab5a
No related branches found
No related tags found
No related merge requests found
# Scripts for a tarantoolctl packaging
set(SYSV_INITD_PATH ${CMAKE_INSTALL_LIBDIR}/tarantool/tarantool.init)
configure_file("tarantool.service.in" "tarantool.service")
configure_file(default/tarantool.in default/tarantool)
if (ENABLE_RPM)
# chmod +x 655
......
......@@ -8,6 +8,6 @@ default_cfg = {
username = "tarantool",
}
instance_dir = "/etc/tarantool/instances.enabled"
instance_dir = "@CMAKE_INSTALL_SYSCONFDIR@/tarantool/instances.enabled"
-- vim: set ft=lua :
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