grunt-ssh
grunt-ssh copied to clipboard
nohup problem
Well I have this command:
nohup java -CONFIG=/config/path/ -jar myBuilded.jar &
But is not attaching the nohup part.
Any sugestions?
tks
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
.