grunt-ssh icon indicating copy to clipboard operation
grunt-ssh copied to clipboard

nohup problem

Open favio41 opened this issue 11 years ago • 1 comments

Well I have this command:

nohup java -CONFIG=/config/path/ -jar myBuilded.jar &

But is not attaching the nohup part.

Any sugestions?

tks

favio41 avatar Aug 23 '13 14:08 favio41

Not sure what might be causing this. Maybe it's the same issue as #28, where sudo isn't working as it needs a tty?

A work around might be to have a startup script which runs your nohup command, and execute that script with sshexec.

andrewrjones avatar Oct 15 '13 11:10 andrewrjones