# # 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 ./ # LOAD error_log ./lib/error_log.so NORMAL 1 -F lpcd.log RUN error_log LOAD network ./lib/network.so NORMAL 1 1 LOAD lpcd ./lib/lpcd.so NORMAL 1 network 1234 LOAD terminal ./lib/terminal.so NORMAL 1 # # Start the modules running # # Format is: # RUN module_name # RUN network RUN lpcd RUN terminal