#!/bin/sh -e

test "$#" -gt 0 || { echo 'runlevel: fatal: too few arguments' 1>&2 ; exit 100 ; }

exec /sbin/openrc "$1"