Opposite of initializers in rails (2.x)?

Hi list,

In rails, if I place files in config/initializers/, they will be
executed when the rails app is started.
I was wondering if there is a ‘deinitializer’?

I need to shut down a daemon that I have placed in config/initializers/

Best,
Radhesh