1eda14cbcSMatt Macy[Unit] 2eda14cbcSMatt MacyDescription=Import ZFS pools by cache file 3eda14cbcSMatt MacyDocumentation=man:zpool(8) 4eda14cbcSMatt MacyDefaultDependencies=no 5eda14cbcSMatt MacyRequires=systemd-udev-settle.service 6eda14cbcSMatt MacyAfter=systemd-udev-settle.service 7eda14cbcSMatt MacyAfter=cryptsetup.target 8*bb2d13b6SMartin MatuskaAfter=multipathd.service 9eda14cbcSMatt MacyAfter=systemd-remount-fs.service 10eda14cbcSMatt MacyBefore=zfs-import.target 11184c1b94SMartin MatuskaConditionFileNotEmpty=@sysconfdir@/zfs/zpool.cache 12eda14cbcSMatt MacyConditionPathIsDirectory=/sys/module/zfs 13eda14cbcSMatt Macy 14eda14cbcSMatt Macy[Service] 15eda14cbcSMatt MacyType=oneshot 16eda14cbcSMatt MacyRemainAfterExit=yes 17c03c5b1cSMartin MatuskaEnvironmentFile=-@initconfdir@/zfs 180d8fe237SMartin MatuskaExecStart=@sbindir@/zpool import -c @sysconfdir@/zfs/zpool.cache -aN $ZPOOL_IMPORT_OPTS 19eda14cbcSMatt Macy 20eda14cbcSMatt Macy[Install] 21eda14cbcSMatt MacyWantedBy=zfs-import.target 22