How to rotate particle system?

I have a particle system that is using a horizontal billboard render mode to render an expanding ring particle effect. But when I rotate the gameobject the particle system is on, the particles don’t rotate with it. How can I make it so the particle’s up vector is the same as the gameobject’s?

I was able to get the rotation working my changing the render mode to mesh, choosing a quad, and then the rotate worked.