#!/bin/bash

set -e

if [ -x "/etc/init.d/evqueue" ]; then
	service evqueue stop
fi

# Automatically added by dh_installinit
if [ -x "/etc/init.d/evqueue" ]; then
	invoke-rc.d evqueue stop || exit $?
fi
# End automatically added section

