#!/bin/sh
#
# /etc/startaes/xaaes
#

# Starting XaAES
if [ -f /usr/local/sbin/startxaaes ]; then
	/usr/local/sbin/startxaaes
fi
