#!/bin/sh
#
# Set runlevel
#

. /etc/ltsp_functions

RUNLEVEL=`get_cfg RUNLEVEL 5`

/sbin/init ${RUNLEVEL}
