Commit 04ebb12d authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Removing not finished work for 3.0.1

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/branches/3_0_branch@4404 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9d80a013
<?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>WILDFIRE_HOME</key>
<string>/usr/local/wildfire</string>
<key>JAVA_HOME</key>
<string>/Library/Java/Home</string>
</dict>
<key>Label</key>
<string>org.jivesoftware.wildfire</string>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/usr/local/wildfire/bin/extra/launchd-wrapper.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>ServiceDescription</key>
<string>Wildfire</string>
<key>StandardErrorPath</key>
<string>/usr/local/wildfire/logs/launchd.stderr</string>
<key>StandardOutPath</key>
<string>/usr/local/wildfire/logs/launchd.stout</string>
</dict>
</plist>
\ No newline at end of file
#!/bin/sh
/bin/launchctl load /Library/LaunchDaemons
/bin/launchctl start org.jivesoftware.wildfire
\ No newline at end of file
#!/bin/sh
launchctl stop org.jivesoftware.wildfire stop
launchctl load /System/Library/LaunchDaemons
launchctl start org.jivesoftware.wildfire start
\ No newline at end of file
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