# # Config file for the dynamic library loader # # Format is: # COMMAND module_name module_library [NORMAL] [REALTIME priority delay ] # note: module_library file names must be absolute paths, or start with ./ # # Start the modules running # # Format is: # RUN module_name # LOAD error_log ./lib/error_log.so NORMAL 1 -F plc.log RUN error_log LOAD plc ./lib/interp.so NORMAL 1 RUN plc LOAD network ./lib/network.so NORMAL 1 1 RUN network LOAD lpcd ./lib/lpcd.so NORMAL 1 network 1234 RUN lpcd #LOAD terminal ./lib/terminal.so NORMAL 1 #RUN terminal