Ubuntu upstart sysvinit integration
- by Eli
Hi,
I use ubuntu lucid server and have a sysvinit start up script thats been working for me for years. I only started using lucid recently, and found out about upstart when my script stopped working. The script depends on mysql server, which unlike in older versions, now uses upstart. Migrating my script to upstart isn't an alternative for now.
I would like to continue using my sysvinit, but how do I make sure it starts after mysql?
Rgds,
Eli