This file is the main entry point for the SENTINEL module system. It is responsible for loading all the other modules.
- none
sentinel_load_module: Loads a single module.sentinel_load_modules: Loads all modules listed in the.bash_modulesfile.
- none
- This file is a critical part of the SENTINEL system. It should not be modified unless you know what you are doing.
# Load a single module
sentinel_load_module logging
# Load all modules
sentinel_load_modules