Se você estiver usando o Bash, poderá executar disown -h job
disown [-ar] [-h] [jobspec ...]Without options, each jobspec is removed from the table of active jobs. If the
-hoption is given, the job is not removed from the table, but is marked so that SIGHUP is not sent to the job if the shell receives a SIGHUP. If jobspec is not present, and neither the-anor-roption is supplied, the current job is used. If no jobspec is supplied, the-aoption means to remove or mark all jobs; the-roption without a jobspec argument restricts operation to running jobs.