I am using supervisord to control and monitor my application. My application uses the mount configured in /etc/fstab and the application needs to start after entries in /etc/fstab are mounted during every restart of the machine. But in rare cases, my application starts before the /etc/fstab entries are mounted and picks up the unmounted directory.
I am looking for options for supervisord / solution as in the below thread.
Set systemd service to execute after fstab mount
Do we have any option in supervisord which is similar to 'After=' option which available in systemd ?