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

Merge branch 'stable'

parents b5d77b87 4d2c51a9
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