README.md in bluepill-0.0.52 vs README.md in bluepill-0.0.53
- old
+ new
@@ -3,18 +3,18 @@
## Installation
It's hosted on [rubygems.org][rubygems].
sudo gem install bluepill
-
+
In order to take advantage of logging with syslog, you also need to setup your syslog to log the local6 facility. Edit the appropriate config file for your syslogger (/etc/syslog.conf for syslog) and add a line for local6:
local6.* /var/log/bluepill.log
You'll also want to add _/var/log/bluepill.log_ to _/etc/logrotate.d/syslog_ so that it gets rotated.
-Lastly, create the _/var/bluepill_ directory for bluepill to store its pid and sock files.
+Lastly, create the _/var/run/bluepill_ directory for bluepill to store its pid and sock files.
## Usage
### Config
Bluepill organizes processes into 3 levels: application -> group -> process. Each process has a few attributes that tell bluepill how to start, stop, and restart it, where to look or put the pid file, what process conditions to monitor and the options for each of those.
@@ -301,6 +301,5 @@
Bugs/Features: [http://github.com/arya/bluepill/issues](http://github.com/arya/bluepill/issues)
Mailing List: [http://groups.google.com/group/bluepill-rb](http://groups.google.com/group/bluepill-rb)
[rubygems]: http://rubygems.org/gems/bluepill
-
\ No newline at end of file