D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
saltstack
/
salt
/
lib
/
python3.10
/
site-packages
/
salt
/
engines
/
Filename :
thorium.py
back
Copy
""" Manage the Thorium complex event reaction system """ import salt.thorium def start(grains=False, grain_keys=None, pillar=False, pillar_keys=None): """ Execute the Thorium runtime """ state = salt.thorium.ThorState(__opts__, grains, grain_keys, pillar, pillar_keys) state.start_runtime()