#!/bin/sh
# 
# /etc/startaes/naes
#

# Starting NAES
if [ -f /usr/local/sbin/startnaes ]; then
	/usr/local/sbin/startnaes
fi