Skip to content

Instantly share code, notes, and snippets.

@martijnthe
Last active August 7, 2016 20:03
Show Gist options
  • Save martijnthe/4feb971f1ba2db747727a5af6532a5a7 to your computer and use it in GitHub Desktop.
Save martijnthe/4feb971f1ba2db747727a5af6532a5a7 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "–//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.ubnt.unifi.controller.plist</string>
<key>ProgramArguments</key>
<array>
<string>java</string>
<string>-jar</string>
<string>/Applications/UniFi.app/Contents/Java/ace.jar</string>
<string>start</string>
</array>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin</string>
</dict>
<key>WorkingDirectory</key>
<string>/Applications/UniFi.app/Contents/Resources</string>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment