View Single Post
 
Old 10-30-2009, 12:04 AM
achtung achtung is offline
Cheetah
 
Join Date: Sep 2009
Posts: 5
<?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>ffscroll</string>
<key>Program</key>
<string>/usr/local/bin/FFScrollDaemon</string>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>

works for me. The problem with the original one is the <key>KeepAlive</key> key. Its obvious that the daemon only has to be started once at startup. Just modify the path to the executable if you've installed it somewhere different.
Reply With Quote