launchd and PHP
Thanks for any advice you can offer!
PowerMac G5, Mac OS X (10.4.10)
PowerMac G5, Mac OS X (10.4.10)
<?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.curaelase.phpreply</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/php</string>
<string>/Library/WebServer/Documents/curaelase.com/includes/messages.php</string>
</array>
<key>StartInterval</key>
<integer>3600</integer>
</dict>
</plist>
launchd and PHP