#!/bin/bash
#---------------------------------------------
# Script to start GEONExT
#---------------------------------------------

#---------------------------------------------
# Export name of this script

export GN_SCRIPTNAME=$(basename $0)

#---------------------------------------------
# Export path of system directory containing geonext.conf

export GN_SYS_CONFIG_PATH='/etc/geonext'

#---------------------------------------------
# Run

exec "/usr/share/geonext/geonext" "$@"
