Hi,
I'm trying to start Synergy client at startup. I added a directory in /Library/StartUpItems called "Synergy"
the script is this
---------------
#!/bin/bash
/Users/Shared/synergy/synergyc -f iconoclast.iqcd.ucsb.edu
---------------
the plist file is this
===============
{
Description = "Synergy Client";
Provides = ("Synergy");
}
===============
When it startups it takes like 5-10 minutes to startup. It also takes that
long to shutdown. When it does startup the client does run correctly.
Are my parameters not correct? I couldn't find anything in the logs. Any ideas?
I'm trying to start Synergy client at startup. I added a directory in /Library/StartUpItems called "Synergy"
the script is this
---------------
#!/bin/bash
/Users/Shared/synergy/synergyc -f iconoclast.iqcd.ucsb.edu
---------------
the plist file is this
===============
{
Description = "Synergy Client";
Provides = ("Synergy");
}
===============
When it startups it takes like 5-10 minutes to startup. It also takes that
long to shutdown. When it does startup the client does run correctly.
Are my parameters not correct? I couldn't find anything in the logs. Any ideas?