# 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 ${AXIBIN} executable
# i.e. when you want to specify another location for the
# configuration file you can use:
# AXIOPT="-C /path/to/axigen.cfg"
AXIOPT=""

