# ZFS Filesystem Mounts## Imports ZFS pools and mounts ZFS datasets. Depends on the root# filesystem being read-write and device nodes being available.[service]
name = "zfs-mount"description = "ZFS Pool Import and Dataset Mount"type = "oneshot"[exec]
start = "/etc/zyginit/zfs-mount/start.sh"[dependencies]
requires = ["root-fs", "devfsadm"]
[restart]
on = "never"