#!/bin/sh

SERVICE=yandex-zookeeper-jkp

test "$1" = "upgrade" && exit 0

/etc/init.d/$SERVICE stop 2>&1

exit 0
