Skip to content
Snippets Groups Projects
Commit fd1b45f5 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

rpm: correct init.d installation path.

parent e2921ece
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#
if (ENABLE_RPM)
# chmod +x 655
install (FILES tarantool_box DESTINATION ${CMAKE_SYSCONF_DIR}/rc.d/init.d
install (FILES tarantool_box DESTINATION ${CMAKE_SYSCONF_DIR}/init.d
PERMISSIONS
OWNER_READ OWNER_WRITE
GROUP_READ GROUP_EXECUTE
......
......@@ -82,7 +82,7 @@ useradd -r -g tarantool tarantool
"%{_bindir}/tarantool_box"
"%{_bindir}/tarantool_multi.sh"
"%{_bindir}/tarantool_deploy.sh"
"%{_initddir}/tarantool_box"
"/etc/init.d/tarantool_box"
%dir "%{_sysconfdir}/tarantool"
%config(noreplace) "%{_sysconfdir}/tarantool/tarantool.cfg"
......
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