OS X launchd.plist
问题 Here's my plist file <?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.homebrew.autoupdate</string> <key>ProgramArguments</key> <array> <string>/usr/local/bin/brew_up</string> </array> <key>StartInterval</key> <integer>86400</integer> <key>StandardErrorPath</key> <string>/usr/local/var/log/brew.log</string> <key>StandardOutPath</key>