I am running ssh somehost "service XXX restart" and the shell hangs.
The service is nodeJS and I see express is listening on port ... print I made in server.js and that's it, it does not return to prompt, it simply hangs.
I tried nohup and & but it does not help. What else can I try?