Skip to content
Snippets Groups Projects
Commit 90ee3467 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Use the full path to tarantoolctl in tarantool@.service

A regression caused by 1c00b034
parent 3ddf7f62
No related branches found
No related tags found
No related merge requests found
......@@ -26,10 +26,10 @@ Group=@TARANTOOL_USER@
# Disable OOM killer
OOMScoreAdjust=-1000
ExecStart=@CMAKE_INSTALL_BINDIR@/tarantoolctl start %I
ExecStop=@CMAKE_INSTALL_BINDIR@/tarantoolctl stop %I
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/tarantoolctl start %I
ExecStop=@CMAKE_INSTALL_FULL_BINDIR@/tarantoolctl stop %I
## NYI: https://github.com/tarantool/tarantool/issues/1229
#ExecReload=@CMAKE_INSTALL_BINDIR@/tarantoolctl reload %I
#ExecReload=@CMAKE_INSTALL_FULL_BINDIR@/tarantoolctl reload %I
# Give a reasonable amount of time to close xlogs
TimeoutStopSec=10s
......
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