# Configuration file used by the axigen initscript

# Path to the AXIGEN daemon
AXIBIN="/opt/axigen/bin/axigen"

# PID file created after AXIGEN daemon starts
# Default path for the PID file is /var/opt/axigen/run/axigen.pid
PIDFILE="/var/opt/axigen/run/axigen.pid"

# Options to be passed to the ${AXIMAIN} executable
# i.e. when you want to specify another location for the
# configuration file you can use:
# AXIOPTS="-C /path/to/axigen.cfg"
AXIOPTS=""

# If RCAXIGEN_INIT is set to "yes", then when calling the start() function will
# automatically call the init() function. Otherwise, the server is started
# normally.
# Warning: Do not modify this variable unless you know what you're doing
RCAXIGEN_INIT="yes"
