#!/bin/sh
exec 2>&1
sv check xenconsoled >/dev/null || exit 1
/usr/lib/xen/bin/xen-init-dom0 || exit 1
exec chpst -b xen pause
