2 Description=Import ZFS pools by cache file
4 Requires=systemd-udev-settle.service
5 After=systemd-udev-settle.service
6 After=cryptsetup.target
7 After=systemd-remount-fs.service
8 Before=dracut-mount.service
9 Before=zfs-import.target
10 ConditionPathExists=@sysconfdir@/zfs/zpool.cache
15 ExecStartPre=-/sbin/modprobe zfs
16 ExecStart=@sbindir@/zpool import -c @sysconfdir@/zfs/zpool.cache -aN
19 WantedBy=zfs-import.target