File zookeeper-wrapper of Package zookeeper
#!/bin/sh
# Environment wrapper for Zookeeper executables. You will find the real
# executable in __BINDIR__.
bindir=__BINDIR__
export ZOOCFGDIR="__CONFDIR__"
export ZOO_LOG_DIR="__LOGDIR__"
export ZKLIB="__ZKLIB__"
exec ${bindir}/$(basename $0) "$@"