|
|
|
|
|
by threePointFive
735 days ago
|
|
Nohup still attaches to the terminal's stdin/out/err. If the process is known to be non-interactive, redirecting to log files should be sufficient (tail -f to "reattach"). If it does expect interaction, creating a fifo file to redirect stdin from should work, but I've never tested it. |
|
Implying "tail -f $LOGFILE" is akin to tmux reattaching to a console is a stretch.