diff options
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | etc/launchd/org.apache.couchdb.plist.tpl.in | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -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> |