I have one tool that performs a long-running task. This tool accepts a configuration file. Right now I need to run simultaneously about 15 instances with different configs (using screen for this).
All instances should be restarted at the same time (or almost the same time).
But I think this task can be automated somehow to start/stop all possible configurations.