#!/bin/sh
#Copyright: 2026 Aitor <aitor@genuen.org>
#License: CC0-1.0
#Comment: oneshot; invoke with: sv once vdev-coldplug.sh

exec 2>&1
if [ -x /etc/s6-rc/sv/vdev-coldplug/shell_up ]; then
	exec /etc/s6-rc/sv/vdev-coldplug/shell_up
fi
exec /lib/vdev/vdev-coldplug-boot.sh
