Skip to content
Snippets Groups Projects
Commit 13874d4c authored by bigbes's avatar bigbes
Browse files

Fix for Centos's start/stop script

parent c12e4dbf
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,9 @@ SCRIPTNAME=/etc/init.d/tarantool
DAEMON=/usr/bin/tarantool
DIST_LUA=/usr/bin/tarantoolctl
. /lib/lsb/init-functions
if [ -e "/lib/lsb/init-functions" ]; then
. /lib/lsb/init-functions
fi
# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 0
......
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