We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use nohup to run glow listeners in the background. For example, to start 4 listeners:
nohup
$ for i in {0..3}; do nohup glow -listen -v >glow.$i.out 2>glow.$i.err &; done