This config allows disabling the default behavior of re-executing the script whenever an event that has a command set is triggered. Fixes #841
This commit fixes the issue where the process would restart immediately and the thread would sleep after the process has restarted, and not before. Fixes #621