Hi, I really like how VyOS works. It is based on a runtime configuration, right? I need VyOS + a Python script to run. The Python script doesn’t have anything with routing to do, it is a kind of small server.
Is it possible to tweak the OS so I can include the Python script in the configuration file? For example add new configuration parameters like PythonScriptIP and PythonScriptPort, so every time the VyOS’ runtime configuration is loaded, it will see the two parameters and then run them as arguments in the background: python3 script.py PythonScriptIP PythonScriptPort
Thanks in advance.