#!/usr/bin/env /lib/runit/invoke-run
# runit long-running profile (hotplug listener).
# Useful handoff control during phased boot:
#   exec sv -v pause .
# This pauses the supervised vdevd without PID churn and lets orchestration
# resume/transition it explicitly.
exec /sbin/vdevd -f -c /etc/vdev/vdevd.conf /dev
