#!/bin/sh
set -e
# Automatically added by dh_installinit
if ([ -x "/etc/init.d/yandex-du-mysql-graphite" ] || [ -e "/etc/init/yandex-du-mysql-graphite.conf" ]) && \
   [ "$1" = remove ]; then
	invoke-rc.d yandex-du-mysql-graphite stop || exit $?
fi
# End automatically added section
