# racsrvc configuration file
# ------------------------------------------------------------------
# a comment line of the form:
#
# USE_SPCMP={I2C|SOCKET|AUTO}
#
# will override racsrvc's default spcmp transport choice.
#
# NOTE: exactly one of the choices between the braces must appear, and
#       the line must end with that choice. a comment to the right of
#       the choice (as in the following example) invalidates the line..
#
# USE_SPCMP=I2C			# this example won't count, due to this text
# ------------------------------------------------------------------
# 25Jun02 tm: default spcmp path is now SOCKET.
# 03Oct02 tm: default spcmp path is now AUTO.
#
# USE_SPCMP=AUTO
# ------------------------------------------------------------------
# 25Jun02 tm: RAC user group, created at install (if it doesn't exist).
#             If group name changed post-install, create group manually.
#             Either way, admin must manually 'usermod -G <group> <login>'
#             each <login> needing membership in the RAC user <group>..
#
  RACGROUP=racuser		# name of RAC user group (Linux-wise)
# ------------------------------------------------------------------
