Last active
August 7, 2016 20:03
-
-
Save martijnthe/4feb971f1ba2db747727a5af6532a5a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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