or you can try either to `disown` the process (`di...
# bolt
y
or you can try either to
disown
the process (
disown %1
should work for a single background process).. or maybe use
daemonize
(https://linux.die.net/man/1/daemonize).. or maybe run it under
screen
or
tmux
.