#############################################################################
# File: services
#
# services file for Arkeia network applications.
# This file specifies which services are available
# for forking by the Arkeia server daemon arkeiad.
# 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 ARKBKP and the executable is $ARKEIA_DIR/bin/arkbkp.
# NB ! if the path of the service does not start with a slash ('/)
# $ARKEIA_DIR/bin/ (usually /opt/arkeia/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
#############################################################################

ARKBKP     arkbkp arkbkp       # Arkeia backup transactions agent
ARKRST     arkrst arkrst       # Arkeia restore transactions agent
ARKTRANS   arktrans arktrans   # Arkeia database transactions agent
ARKLIB     arklib arklib       # Arkeia library agent
ARKFS      arkfs arkfs         # Arkeia File System agent
ARKADMIN   arkadmin arkadmin   # Arkeia Client Configuration agent
ARKNAV     arknav arknav       # Arkeia navigator transactions agent
ARKDUP     arkdup arkdup       # Tape duplication agent
ARKTPV     arktpv arktpv       # Tape verification agent
ARKRDB     arkrdb arkrdb       # Tape reindex agent
ARKVSS     arkvss arkvss       # Arkeia Shadow Copy Manager
ARKNDMP    arkndmp arkndmp     # Arkeia NDMP agent

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