launchd .plist multiple daemon instances
I'm trying to make what seems like a simple launchd LaunchDaemon.
All I'm looking for launcd to do is launch the synergyc daemon ONCE. With the below plist it's getting launched over and over ... It usually tops out around 10 instances. I've tried both OnDemand true/false and RunAtLoad true/false.
I'm super-new to launchd plists thanks in advance
(For the life of me I cannot get this plist text to render as code ... click [url=http://homepage.mac.com/peet1/net.sourceforge.synergy2.plist.txt]here[/url] for a text file )
[code]
Label
net.sourceforge.synergy2
OnDemand
ProgramArguments
/Applications/synergy/synergyc
somehostname
RunAtLoad
ServiceDescription
SynergyClient
[/code]
peet