Skip to content

Instantly share code, notes, and snippets.

@leoliu
Created October 9, 2011 14:29
Show Gist options
  • Save leoliu/1273752 to your computer and use it in GitHub Desktop.
Save leoliu/1273752 to your computer and use it in GitHub Desktop.
com.google.keystone.agent.plist
<?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>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>${START_INTERVAL}</integer>
<key>StandardErrorPath</key>
<string>/dev/null</string>
<key>StandardOutPath</key>
<string>/dev/null</string>
</dict>
</plist>
@leoliu
Copy link
Author

leoliu commented Oct 9, 2011

$ plutil -convert xml1 -o - com.google.keystone.agent.plist
com.google.keystone.agent.plist: Unknown character '$' (0x24) in on line 18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment