I run ssh somehost "service XXX restart"
and the shell freezes.
The nodeJS service and I see express is listening on port ...
print, which I did in server.js
, and that it does not return at the prompt, it just hangs.
I tried nohup and, but that didn't help. What else can I try?
source share