diff options
author | Noah Slater <nslater@apache.org> | 2009-01-26 15:35:39 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-01-26 15:35:39 +0000 |
commit | 9e0610b8b18451ec3158c5ae534aaa79f7797eda (patch) | |
tree | 89aa3a50026ddfeabbc8083a80dec04b234356f3 /etc/launchd | |
parent | e282ab35fce809fcfc811c3c2f8faa4e9eb56786 (diff) |
set OnDemand to true in plist
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@737711 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/launchd')
-rw-r--r-- | etc/launchd/org.apache.couchdb.plist.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/launchd/org.apache.couchdb.plist.tpl.in b/etc/launchd/org.apache.couchdb.plist.tpl.in index 34685f83..bb49e8ab 100644 --- a/etc/launchd/org.apache.couchdb.plist.tpl.in +++ b/etc/launchd/org.apache.couchdb.plist.tpl.in @@ -23,6 +23,6 @@ <key>KeepAlive</key> <true/> <key>OnDemand</key> - <false/> + <true/> </dict> </plist> |