Runit: How to wait for network on fstab share mounts 01 May 2023, 12:29:56 Hey guys,I want to mount a network share (smb) on boot, I'm doing it in fstab.It is not working right out of the box because network is not yet available when fstab is executed.To overcame this, I set up a script that checks for network every 5 seconds, and executes "mount - a" when it finds that network is available.My question is if is there a better / more accurate way of doing this using some kind of runit dependancy?It's working this way, but i know it's not the right way of doing this, and if possible I'd like to learn something today Thanks,Miguel.
Re: Runit: How to wait for network on fstab share mounts Reply #1 – 02 May 2023, 10:44:43 There's a related package on the AUR. 1 Likes