I have a google-startup-script that mounts disk on boot or restart. Unfortunately google-startup-scripts run last during the boot process, at the very end of the BSD init system. As a result, my wildfly server application in /etc/init.d starts before disk is mounted.
How can I ensure wildfly server starts after disk is mounted?