2010-09-05 21:07:03 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-09-05 21:06:55 +00:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
|
|
|
|
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
2010-09-05 21:07:03 +00:00
|
|
|
<!-- Mac OSX only: Copy this plist file into [~]/Library/LaunchAgents to start synergy client automatically. Make sure you change the IP below. -->
|
2010-09-05 21:06:55 +00:00
|
|
|
<dict>
|
|
|
|
<key>Label</key>
|
2010-09-05 21:07:03 +00:00
|
|
|
<string>org.synergy-foss.org.synergyc.plist</string>
|
2010-09-05 21:06:55 +00:00
|
|
|
<key>OnDemand</key>
|
|
|
|
<false/>
|
|
|
|
<key>ProgramArguments</key>
|
|
|
|
<array>
|
|
|
|
<string>/usr/bin/synergys</string>
|
2010-09-05 21:07:03 +00:00
|
|
|
<!-- Replace this IP with the IP of your synergys server -->
|
|
|
|
<string>192.168.0.2</string>
|
2010-09-05 21:06:55 +00:00
|
|
|
</array>
|
|
|
|
<key>RunAtLoad</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
</plist>
|