From 544a38dd45f6a58d34296c6c768afd086eb2ac70 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Fri, 28 Mar 2008 23:32:19 +0000 Subject: Imported trunk. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642432 13f79535-47bb-0310-9956-ffa450edef68 --- etc/launchd/org.apache.couchdb.plist.tpl.in | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 etc/launchd/org.apache.couchdb.plist.tpl.in (limited to 'etc/launchd/org.apache.couchdb.plist.tpl.in') diff --git a/etc/launchd/org.apache.couchdb.plist.tpl.in b/etc/launchd/org.apache.couchdb.plist.tpl.in new file mode 100644 index 00000000..ac0c89fd --- /dev/null +++ b/etc/launchd/org.apache.couchdb.plist.tpl.in @@ -0,0 +1,29 @@ + + + + + + Label + org.apache.couchdb + EnvironmentVariables + + HOME + ~ + DYLD_LIBRARY_PATH + /opt/local/lib:$DYLD_LIBRARY_PATH + + ProgramArguments + + %bindir%/%couchdb_command_name% + + UserName + couchdb + RunAtLoad + + KeepAlive + + OnDemand + + + -- cgit v1.2.3