This isn't a one-off; I want a simple solution that requires as little setup as possible. I also want infinite buffer space to store the stdout and stderr of processes, which neither screen nor tmux provide (both require you to preallocate buffer space).
7 comments
[ 478 ms ] story [ 1513 ms ] threadWell if it's a daemon type tool, write an init file - either a shell script for sysvinit or a service file for systemd.