Use the generated config file at runtime
Currently, each executable is passed the original config file at runtime (potentially hours/days after submission). We should probably switch to using a "copied" ini file to avoid instances where people change the ini file after the fact. We already generate a complete ini file, so perhaps using that is the most sensible option.