Skip to content
Snippets Groups Projects
Commit 4a4937e0 authored by bigbes's avatar bigbes
Browse files

Cosmetical fixes (custom_proc_title -> instance, mkdir inst.available)

parent 5d83bd0c
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ if (PKG_CONFIG_FOUND)
endif()
if (SYSTEMD_FOUND)
set(WITH_SYSTEMD "ON")
message(STATUS "SYSTEMD_SERVICES_INSTALL_DIR: ${SYSTEMD_SERVICES_INSTALL_DIR}")
else()
set(WITH_SYSTEMD "OFF")
......
......@@ -125,6 +125,7 @@ local force_cfg = {
username = cfg.USERNAME,
logger = fio.pathjoin(cfg.LOGS, instance .. '.log'),
background = true,
custom_proc_title = instance
}
......
......@@ -218,6 +218,8 @@ mkdir -m 0755 -p %{_var}/lib/tarantool/
chown tarantool:tarantool %{_var}/lib/tarantool/
mkdir -m 0755 -p %{_sysconfdir}/tarantool/instances.enabled/
chown tarantool:tarantool %{_sysconfdir}/tarantool/instances.enabled/
mkdir -m 0755 -p %{_sysconfdir}/tarantool/instances.available/
chown tarantool:tarantool %{_sysconfdir}/tarantool/instances.available/
%if %{with systemd}
%systemd_post tarantool.service
%else
......@@ -286,7 +288,6 @@ chkconfig --del tarantool
%files dev
%defattr(-,root,root,-)
%dir "%{_includedir}/tarantool"
%dir "%{_includedir}/tarantool"
"%{_includedir}/tarantool/config.h"
"%{_includedir}/tarantool/lauxlib.h"
"%{_includedir}/tarantool/luaconf.h"
......
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