Skip to content
Snippets Groups Projects
Commit 05e9fb51 authored by dohnarms's avatar dohnarms
Browse files

added commented-out alive record line in st.cmd

parent 476c73ae
No related branches found
No related tags found
No related merge requests found
......@@ -199,6 +199,10 @@ dbLoadRecords("$(DEVIOCSTATS)/db/iocAdminSoft.db","IOC=xxx")
# Run this after iocInit:
#doAfterIocInit("seq filterDrive,'NAME=filterDrive,P=xxx:,R=filter:,NUM_FILTERS=16'")
### Load database record for alive heartbeating support.
# RHOST specifies the IP address that receives the heartbeats.
#dbLoadRecords("$(ALIVE)/aliveApp/Db/alive.db", "P=xxx:,RHOST=X.X.X.X")
###############################################################################
iocInit
###############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment