#!/bin/sh
# Wrapper of OpenRC called from inittab

set -e
exec /usr/sbin/openrc sysinit
