Commit 5c47e7bb authored by David Smith's avatar David Smith Committed by david

Fix launchd plist

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8004 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4255bed1
...@@ -10,22 +10,22 @@ ...@@ -10,22 +10,22 @@
<string>/usr/local/wildfire/</string> <string>/usr/local/wildfire/</string>
</dict> </dict>
<key>Label</key> <key>Label</key>
<string>org.jivesoftware.wildfire</string> <string>org.jivesoftware.openfire</string>
<key>OnDemand</key> <key>OnDemand</key>
<false/> <false/>
<key>Program</key> <key>Program</key>
<string>/usr/local/wildfire/bin/extra/wildfire-launchd-wrapper.sh</string> <string>/usr/local/wildfire/bin/extra/openfire-launchd-wrapper.sh</string>
<key>RunAtLoad</key> <key>RunAtLoad</key>
<false/> <false/>
<key>ServiceDescription</key> <key>ServiceDescription</key>
<string>Wildfire</string> <string>Openfire</string>
<key>StandardErrorPath</key> <key>StandardErrorPath</key>
<string>/usr/local/wildfire/logs/launchd.stderr</string> <string>/usr/local/openfire/logs/launchd.stderr</string>
<key>StandardOutPath</key> <key>StandardOutPath</key>
<string>/usr/local/wildfire/logs/launchd.stdout</string> <string>/usr/local/openfire/logs/launchd.stdout</string>
<key>UserName</key> <key>UserName</key>
<string>wildfire</string> <string>openfire</string>
<key>WorkingDirectory</key> <key>WorkingDirectory</key>
<string>/usr/local/wildfire/lib</string> <string>/usr/local/openfire/lib</string>
</dict> </dict>
</plist> </plist>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment