#!/bin/sh -e

### Artix-style: -up (-v2 verbose logs may fight agetty on the console).
test "$#" -gt 0 || { echo 'runlevel: fatal: too few arguments' 1>&2 ; exit 100 ; }

exec s6-rc -v2 change "$1"
