#!/usr/bin/execlineb -P
# Supervised hotplug listener (early until coldplug promotes in-process).
# Real sh lives in shell_run (execlineb cannot quote multiline sh -c).

fdmove -c 2 1
ifelse { test -x /sbin/vdevd } {
	exec /bin/sh /etc/s6-rc/sv/vdevd-srv/shell_run
}
exit 162
