14 lines
260 B
Plaintext
14 lines
260 B
Plaintext
# 2nd part of common vxWorks startup
|
|
|
|
# IOC monitoring
|
|
require "iocStats", getenv("iocStats_VERSION")
|
|
|
|
# Database Upload
|
|
require "iocinfo", getenv("iocinfo_VERSION")?getenv("iocinfo_VERSION"):"ifexists"
|
|
|
|
iocInit
|
|
|
|
atExitDebug = 1
|
|
|
|
# end of startup.script_part2
|