#!/bin/sh
export ZOOCFGDIR="${ZOOCFGDIR:-/etc/zookeeper}"
exec /usr/lib/zookeeper/bin/zkServer.sh "$@"
