|
|
|
10.5: Auto-start G4FanControl in 10.5
I think what you want to end up with is something like a /Library/LaunchDaemons/com.your.g4fancontrolStarter.plist that contains something along the lines of the following:
-- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>com.your.g4fancontrolStarter</string> <key>ProgramArguments</key> <array> <string>/Users/<YOU>/Scripts/g4fancontrol-startup.sh</string> </array> <key>QueueDirectories</key> <array/> <key>RunAtLoad</key> <true/> <key>WatchPaths</key> <array/> </dict> </plist> -- My /Users/<YOU>/Scripts/g4fancontrol-startup.sh script looks like -- #!/bin/sh /usr/local/bin/g4fancontrol04/g4fancontrol --set 60 -- as this is where I moved the CLI version after make Note that the value of 60 is the apple default and it is up to you to choose a balance between a warm lap and overworked fans. Your mileage may vary! :) |
SearchFrom our Sponsor...Latest Lion HintsWhat's New:Hints1 new Hints in the last 24 hoursComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2013 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Powered by Geeklog Created this page in 0.46 seconds |
|