1 2 3 4 5 6 7 8 9 10 11 12 13 14
[Unit] Description=Wait for ZFS Volume (zvol) links in /dev DefaultDependencies=no After=systemd-udev-settle.service After=zfs-import.target ConditionPathIsDirectory=/sys/module/zfs [Service] Type=oneshot RemainAfterExit=yes ExecStart=@bindir@/zvol_wait [Install] WantedBy=zfs-volumes.target