Hi all,
I have place a Plist into the LaunchAgents folder the Plist looks like this:
?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.Cymphonix.launchd.client</string>
<key>ProgramArguments</key>
<array>
<string>/Library/Cymdir/cymdirLoginScript.command</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
once i reboot it dosnt work and when i look into console i get error message that says
8/27/09 1:48:10 PM com.apple.launchd[451] (com.Cymphonix.launchd.client[3452]) Stray process with PGID equal to this dead job: PID 3454 PPID 1 bash
the PID num always changes)
the permissions are:
System Read/write
wheel: read
Everyone: Read
thank you
Scott
I have place a Plist into the LaunchAgents folder the Plist looks like this:
?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.Cymphonix.launchd.client</string>
<key>ProgramArguments</key>
<array>
<string>/Library/Cymdir/cymdirLoginScript.command</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
once i reboot it dosnt work and when i look into console i get error message that says
8/27/09 1:48:10 PM com.apple.launchd[451] (com.Cymphonix.launchd.client[3452]) Stray process with PGID equal to this dead job: PID 3454 PPID 1 bash
the PID num always changes)
the permissions are:
System Read/write
wheel: read
Everyone: Read
thank you
Scott