I am running this on my Pi to help track down ISP issues. I want to push it as a job with & and then disown it so my SSH connection doesn't affect the job when I disconnect.
Later, I might want the plot file to be written by sending SIGTERM to the process.
Would this make sense?
I am running this on my Pi to help track down ISP issues. I want to push it as a job with
&and thendisownit so my SSH connection doesn't affect the job when I disconnect.Later, I might want the plot file to be written by sending
SIGTERMto the process.Would this make sense?