``` <?xml version="1.0" encoding="UTF-8"?> &...
# macos
g
Copy code
<?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>Disabled</key>
    <false/>
    <key>KeepAlive</key>
    <true/>
    <key>Label</key>
    <string>com.facebook.osqueryd</string>
    <key>Program</key>
    <string>/usr/local/osquery/bin/osqueryd</string>
    <key>RunAtLoad</key>
    <true/>
    <key>ThrottleInterval</key>
    <integer>60</integer>
    <key>StandardErrorPath</key>
    <string>/tmp/osquery.stderr</string>
    <key>StandardOutPath</key>
    <string>/tmp/osquery.stdout</string>
  </dict>
</plist>