I know that the question was answered, but I would like to add the -o
option to the mix.
So,
thin restart -C /etc/thin/myapp.yml -o 3000
Only the server running on port 3000 will start. If you say that you have two more servers running on 3001 and 3002, they will remain untouched.
-o
also works with start and stop commands.
source share