How to make mongrel_cluster start when system boot up?

I set up my mongrel by following this article http://mongrel.rubyforge.org/docs/mongrel_cluster.html,
Now the website works fine(at least I think so, It’s at:http://www.jobherenow.com)
The problem is that the mongrel wouldn’t start when the server boot up,
so I need to start it manually with:
/etc/init.d/mongrel_cluster start
command.
any idea to solve it?
I use Ubuntu.

Hi, you should link your initialization script /etc/init.d/
mongrel_cluster to /etc/rc2.d/
The inittab manpage should help you

On Mar 31, 8:43 am, Nanyang Z. [email protected]

PaÅ­lo Geyer wrote:

Hi, you should link your initialization script /etc/init.d/
mongrel_cluster to /etc/rc2.d/
The inittab manpage should help you

yes, I did those, as the article said.
no I can start mongrel with:
/etc/init.d/mongrel_cluster start

though I’ve add a mongrel_cluster link to /etc/rc2.d/, it won’t start.
I’ve also changed it from S20mongrel_cluster to S99mongrel_cluster, but
it makes no difference.