Skip to content

Start listeners in the background

nutrun edited this page Oct 2, 2012 · 3 revisions

Use nohup to run glow listeners in the background. For example, to start 4 listeners:

$ for i in {0..3}; do nohup glow -listen -v >glow.$i.out 2>glow.$i.err &; done
Clone this wiki locally