Join Slack
Powered by
or you can try either to `disown` the process (`di...
# bolt
y
Yury Bushmelev
03/17/2023, 5:54 PM
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
.
Open in Slack
Previous
Next