I just moved to debian squeeze and need to change the startup sequence of some scripts. I used to do this with update-rc.d service defaulta xx xx
but now with the LSB way of doing things the update-rc.d
method does not change the order.
I need to start the packages in this order:
- openvpn
- ndo2db
- nagios
- apache2
Any ideas?