Konstantinos Agouros writes:

> I do not have rc-svcdir in /etc/fstab. I know it comes with openrc but
> I would need the mount line or an fstab entry for it. A grep in
> /etc/init.d didn't help.

You need to look into /lib/rc/sh/init.sh, the mount_svcdir() function:

/lib/rc/sh/init.sh: mount -n -t "$fs" $fsopts rc-svcdir "$RC_SVCDIR"

You can get the actual content of the $fs and $fsopts variables from the 
output of mount | grep svcdir.

        Wonko

Reply via email to