Skip to content
zck edited this page Nov 5, 2016 · 6 revisions

Documentation is here.

Known issues

The news server may sometimes run out of memory, especially if you are running with low RAM. To automatically restart:

$ while true; do ./run-news; sleep 5; done

Once you start this, to kill the server you'll need to hit ctrl-c twice instead of once.

(From http://arclanguage.org/item?id=18900)

Clone this wiki locally