[Unit] Description=Import ZFS pools by cache file Documentation=man:zpool(8) DefaultDependencies=no Requires=systemd-udev-settle.service After=systemd-udev-settle.service After=cryptsetup.target After=systemd-remount-fs.service Before=zfs-import.target ConditionPathExists=/usr/local/etc/zfs/zpool.cache [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/local/sbin/zpool import -c /usr/local/etc/zfs/zpool.cache -aN [Install] WantedBy=zfs-import.target