if [ -x "/etc/init.d/#SCRIPT#" ]; then
	invoke-rc.d #SCRIPT# stop || #ERROR_HANDLER#
fi
