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