OS X, 10.8.x
We're using a launchd plist file (in /Library/LaunchDaemons) to start a server application whenever the machine is started. If the application to start is not on the system volume, rather than on another internal volume, that disk is not always mounted in time, and the job is respawned every 10 secs.
Is there any way to wait for that file system object to become available? (maybe ?)
Thanks, Akos