summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--THANKS1
-rw-r--r--etc/launchd/org.apache.couchdb.plist.tpl.in4
2 files changed, 5 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index 8e9e4865..376dac73 100644
--- a/THANKS
+++ b/THANKS
@@ -24,5 +24,6 @@ suggesting improvements or submitting changes. Some of these people are:
* Maximillian Dornseif <md@hudora.de>
* Eric Casteleijn <eric.casteleijn@canonical.com>
* Maarten Thibaut <mthibaut@cisco.com>
+ * Florian Ebeling <florian.ebeling@gmail.com>
For a list of authors see the `AUTHORS` file.
diff --git a/etc/launchd/org.apache.couchdb.plist.tpl.in b/etc/launchd/org.apache.couchdb.plist.tpl.in
index bb49e8ab..b47afef2 100644
--- a/etc/launchd/org.apache.couchdb.plist.tpl.in
+++ b/etc/launchd/org.apache.couchdb.plist.tpl.in
@@ -18,6 +18,10 @@
</array>
<key>UserName</key>
<string>couchdb</string>
+ <key>StandardOutPath</key>
+ <string>/dev/null</string>
+ <key>StandardErrorPath</key>
+ <string>/dev/null</string>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>