mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
14 lines
253 B
SYSTEMD
14 lines
253 B
SYSTEMD
|
[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=@bindir@/zvol_wait
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=zfs-volumes.target
|