#!/bin/bash
exec 2>&1
. /usr/comma/runit/common.sh
wait_path /run/bootsh/data-ready || true
exec /usr/comma/start-comma.sh --monitor
