Hello,
I am trying to launch a python script from octoprint and I found this plugin. The problem is that there is a loop in my script and therefore I want it to run in background. I tried to include an & to the end of the line but it doesn't seam to change anything.
What happens if instead of putting an & in the plugin, use a script that launches your background script.
I tried that but the problem remains the same
I think you need to post an example and provide as much detail as you can about how you configured the plugin, etc.
You may want to open an issue on the plugin's homepage and see if the plugin's author can help.