#!/bin/sh
# 
# /etc/startaes/multitos
#

# Starting MultiTOS
if [ -f /usr/local/sbin/startmtos ]; then
	/usr/local/sbin/startmtos
fi