Sample Header Ad - 728x90

How to set supervisord to start after the /etc/fstab mount

1 vote
1 answer
133 views
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. https://unix.stackexchange.com/questions/246935/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 ?
Asked by pavan kumar (11 rep)
Nov 3, 2022, 06:04 AM
Last activity: Jun 5, 2023, 02:08 PM