blob: 77ee1a5684ad9cf19ebea8d9723af2dd51575857 [file] [log] [blame]
# How often should srp_daemon rescan the fabric (seconds).
RETRIES=60
# Where should srp_daemon log to.
LOG=/var/log/srp_daemon.log
# What ports should srp_daemon be started on.
# Format is CA:port
# ALL or NONE will run on all ports on none
# respectively
PORTS=NONE
#PORTS=ALL
#PORTS="mthca0:1 mlx4_0:2"