13 lines
259 B
Desktop File
13 lines
259 B
Desktop File
[Unit]
|
|
Description=Wait for ZFS Volume (zvol) links in /dev
|
|
DefaultDependencies=no
|
|
After=systemd-udev-settle.service
|
|
After=zfs-import.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/local/bin/zvol_wait
|
|
|
|
[Install]
|
|
WantedBy=zfs-volumes.target
|