# filesystem — Mount all local filesystems from /etc/vfstab + ZFS[service]
name = "filesystem"description = "Local filesystem mounts and ZFS imports"type = "oneshot"[exec]
start = "/etc/zyginit/filesystem/start.sh"stop = "/etc/zyginit/filesystem/stop.sh"[runlevel]
# /var, /usr, etc. mounts are needed in any operating mode — without# /var the recovery shell can't even read /var/adm/messages.mode = "always"[dependencies]
requires = ["root-fs", "devfs"]
[restart]
on = "never"