problem in 'source 21' example in manual (maybe)
- From:
- Peter Groves
- Date:
- 2010-12-04 @ 19:14
Hi,
I'm reading through the mongrel2 manual[1] for the first time.
In the 'source 21' section there's some code for starting up an example
python script with procer. In the discussion that follows it talks
about using nohup to keep it alive but the example doesn't contain
nohup. I use this trick from time to time so I'm pretty sure that the
line:
python -u chat.py 2>&1 > chat.log &
should be
nohup python -u chat.py 2>&1 > chat.log &
Otherwise, I'm not sure why the discussion of nohup is included.
Cheers,
Peter
[1]http://mongrel2.org/doc/tip/docs/manual/book.wiki