Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 10, 2012
1 parent 25e9759 commit 0c057ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ mon -d "node $app/image-broker" -p $pids/image-broker.pid
I highly recommend checking out jgallen23's [mongroup(1)]([mongroup(1)](https://github.com/jgallen23/mongroup),
which provides a great interface for managing any number of `mon(1)` instances.

## Logs

By default `mon(1)` logs to stdio, however when daemonized it will default
to writing a log file named `./mon.log`. If you have several instances you may
wish to `--prefix` the log lines, or specify separate files.

## Signals

- __SIGQUIT__ graceful shutdown
Expand Down

0 comments on commit 0c057ff

Please sign in to comment.