<?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.google.keystone.${INSTALL_TYPE}.agent</string>
	<key>LimitLoadToSessionType</key>
	<string>Aqua</string>
	<key>ProgramArguments</key>
	<array>
	  <string>${INSTALL_ROOT}Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftwareUpdateAgent</string>
	  <string>-runMode</string>
	  <string>ifneeded</string>
    ${LOG_EVERYTHING_SETTING}
	</array>
	<key>RunAtLoad</key>
	<true/>
	<key>StartInterval</key>
	<integer>${START_INTERVAL}</integer>
	<key>StandardErrorPath</key>
  <string>${STANDARD_ERROR_PATH}</string>
	<key>StandardOutPath</key>
  <string>${STANDARD_OUT_PATH}</string>
</dict>
</plist>
