Restart or stop puma-dev applications
masterRestart a specific app
To restart a single application without stopping the entire puma-dev server, create a restart.txt file in that application's tmp directory:
touch tmp/restart.txtStop all applications
To stop all running applications (useful for resource issues or if an app is stuck), send the USR1 signal to puma-dev using the -stop flag:
puma-dev -stop