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
9ConditionPathIsDirectory=/sys/module/zfs
10
11[Service]
12Type=oneshot
13RemainAfterExit=yes
14ExecStart=@sbindir@/zfs mount -a
15
16[Install]
17WantedBy=zfs.target
18