I have an upstart script that must start before a non-upstart (System V) script. I see that while booting, the systemV script starts before my upstart script. How can I check the boot order of these scripts? Do all systemV scripts start before upstart scripts? What options do I have to make sure this upstart script starts before the systemV script, other than converting my upstart script to a systemV script?
Asked
Active
Viewed 293 times