1[Unit] 2Description=Mount ZFS filesystems 3Documentation=man:zfs(8) 4DefaultDependencies=no 5After=systemd-udev-settle.service 6After=zfs-import.target 7After=systemd-remount-fs.service 8Before=local-fs.target 9Before=systemd-random-seed.service 10ConditionPathIsDirectory=/sys/module/zfs 11 12[Service] 13Type=oneshot 14RemainAfterExit=yes 15ExecStart=@sbindir@/zfs mount -a 16 17[Install] 18WantedBy=zfs.target 19