org.jivesoftware.openfire.plist 916 Bytes
Newer Older
Andrew Wright's avatar
Andrew Wright committed
1 2 3
<?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">
4
<dict>
5 6 7 8
	<key>Disabled</key>
	<false/>
	<key>EnvironmentVariables</key>
	<dict>
David Smith's avatar
David Smith committed
9 10
		<key>OPENFIRE_HOME</key>
		<string>/usr/local/openfire</string>
11
	</dict>
12
	<key>Label</key>
David Smith's avatar
David Smith committed
13
	<string>org.jivesoftware.openfire</string>
14 15
	<key>OnDemand</key>
	<false/>
16
	<key>Program</key>
David Smith's avatar
David Smith committed
17
	<string>/usr/local/openfire/bin/extra/openfire-launchd-wrapper.sh</string>
18 19 20
	<key>RunAtLoad</key>
	<false/>
	<key>ServiceDescription</key>
David Smith's avatar
David Smith committed
21
	<string>Openfire</string>
22
	<key>StandardErrorPath</key>
David Smith's avatar
David Smith committed
23
	<string>/usr/local/openfire/logs/launchd.stderr</string>
24
	<key>StandardOutPath</key>
David Smith's avatar
David Smith committed
25
	<string>/usr/local/openfire/logs/launchd.stdout</string>
26
	<key>UserName</key>
David Smith's avatar
David Smith committed
27
	<string>openfire</string>
28
	<key>WorkingDirectory</key>
David Smith's avatar
David Smith committed
29
	<string>/usr/local/openfire/lib</string>
30 31
</dict>
</plist>