I want to make an Upstart job start immediately before a System V job (/etc/rc0.d/S40umountfs). I've tried specifying:
start on starting umountfs
but Upstart doesn't recognize the name of the script:
$ initctl check-config
collapsefs
start on: unknown job umountfs
Is there any way to do this?
