<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Disabled</key>
	<false/>
	<key>EnvironmentVariables</key>
        <dict>
                <key>PY_USE_XMLPLUS</key>
                <string></string>
		<key>PYTHON_EGG_CACHE</key>
		<string>/tmp/</string>
        </dict>
	<key>GroupName</key>
	<string>nobody</string>
	<key>UserName</key>
	<string>openerp</string>
	<key>Label</key>
	<string>org.openerp.openerpweb</string>
	<key>OnDemand</key>
	<false/>
	<key>Program</key>
	<string>/usr/bin/python2.5</string>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/bin/python2.5</string>
		<string>/usr/local/openerp/openerp-web/start-openerp-web.py</string>
	</array>
	<key>RunAtLoad</key>
	<true/>
	<key>ServiceDescription</key>
	<string>Open ERP web server</string>
	<key>StandardOutPath</key>
	<string>/tmp/openerp-web.out</string>
	<key>StandardErrorPath</key>
	<string>/tmp/openerp-web.err</string>
</dict>
</plist>

