On Nov 1, 2016 9:54 AM, <[email protected]> wrote: > > Is there any tool in s6 that can check for a mountpoint? Or any other > method? > > Jean Does mountpoint from util-linux not work for you? I've done the following in the past:
foreground { if -n { mountpoint.$SOMEDIR } mount $SOMEDIR } prog...
There isn't anything in s6-linux-utils or s6-portable-utils to cover this,
but the util-linux option is totally valid.
Cheers!
