Skip to content
Snippets Groups Projects
Commit 4d2c51a9 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

New rpm spec installs tarantool to /usr/bin, not /usr/local/bin

@todo: manage instances in /etc/tarantool
parent 929568db
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@
# A wrapper script to run a single tarantool instance
# and restart it when it crashes
export PATH=$PATH:/usr/local/bin
export PATH=$PATH:/usr/bin
NAME="tarantool_box"
BINARY="/usr/local/bin/${NAME}"
BINARY="/usr/bin/${NAME}"
INST=$(basename $0 .sh)
CONF="/usr/local/etc/${INST}.cfg"
LOGDIR="/var/${INST}/logs"
......
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