I've installed denyhosts on a 10.4.9 system. I want to ensure that denyhosts launches at startup.
I created a launchd item: <?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>my.com.DenyHosts</string> <key>ProgramArguments</key> <array> <string>/usr/share/denyhosts/daemon-control</string> <string>start</string> </array> <key>RunAtLoad</key> <true/> <key>ServiceDescription</key> <string>DenyHosts Daemon</string> </dict> </plist> I've not tested this yet as I have not restarted the server since I installed denyhosts. (It's been months since I've restarted.) Everything appears to start normally when I manually execute: "daemon-control start" . Can anyone confirm for me whether I've got the launchd item correct? ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Denyhosts-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/denyhosts-user
