mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
14 lines
309 B
Text
14 lines
309 B
Text
# 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"
|