This unit is provided by:
Options
-
[Install]-
WantedBy=zfs-import.target
-
-
[Service]-
ExecStart=/sbin/zpool import -c /etc/zfs/zpool.cache -aN $ZPOOL_IMPORT_OPTS -
RemainAfterExit=yes -
Type=oneshot
-
-
[Unit]-
After=systemd-udev-settle.service zfs-load-module.service cryptsetup.target multipathd.service systemd-remount-fs.service -
Before=zfs-import.target -
ConditionFileNotEmpty=/etc/zfs/zpool.cache -
ConditionPathIsDirectory=/sys/module/zfs -
DefaultDependencies=no -
Description=Import ZFS pools by cache file -
Documentation=man:zpool(8) -
Requires=systemd-udev-settle.service zfs-load-module.service
-
Additionnal notes
Nothing here.