#############################################################################
# File: services
#
# services file for Knox network applications.
# This file specifies which services are available
# for forking by the Knox server daemon nlservd.
# It establishes a relationship between the name of a service
# and the corresponding executable file.
# In the case of the Arkeia service, for example, the service name
# is OPBS and the executable is $KNOX/bin/opbs.
# NB ! if the path of the service does not start with a slash ('/)
# $KNOX/bin/ (usually /usr/knox/bin/) is prepended to the path
# In addition to the executable, the arguments used to
# fork the service must be specified
# The syntax of this file must always be :
#	SERVICE		execpath    arg0   [arg1 ... argn]
#
# Comment out or uncomment any lines which are superfluous / needed
#############################################################################

OPBS	opbs opbs	# Arkeia agent
RNV	rnavs rnavs	# Arkeia network navigator

#############################################################################
# Keep this last line, otherwise CR+LF environnements will fail
