couchdb-lucene: recommend putting plist in user-specific directory

Signed-off-by: David Höppner <0xffea@gmail.com>

* merge 2 commits
master
Trevor Turk 2010-09-01 10:12:56 -05:00 committed by David Höppner
parent ab47448652
commit 1c1436581c
1 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,8 @@ class CouchdbLucene <Formula
def caveats; <<-EOS
You can enable couchdb-lucene to automatically load on login with:
sudo cp "#{prefix}/couchdb-lucene.plist" /Library/LaunchDaemons/
sudo launchctl load -w /Library/LaunchDaemons/couchdb-lucene.plist
cp "#{prefix}/couchdb-lucene.plist" ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/couchdb-lucene.plist
Or start it manually with:
#{bin}/run