# # The control directories fw mounts on. # # mount(2) needs its mount point to exist, and the mntgen serving /mnt # only makes names one level deep -- /mnt/fw appears by itself, but # /mnt/fw/ether0 does not, and that is what fw is told to mount on. So # a second mntgen, over /mnt/fw, and every fw needs it. # # It is a file server: it posts its name and the process that started it # exits, so what is watched is the /srv name. # svc=mntfw exec=/bin/mntgen args=-s args=mntfw args=/mnt/fw ready=srv:mntfw restart=always enable=yes