not working: ``` <?xml version="1.0" encoding=...
# general
l
not working:
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>KeepAlive</key>
  <true/>
  <key>Disabled</key>
  <false/>
  <key>Label</key>
  <string>com.blahblahblah.corp.osqueryd</string>
  <key>Program</key>
        <string>/usr/local/bin/osqueryd</string>
  <key>ProgramArguments</key>
  <array>
        <string>/usr/local/bin/osqueryd</string>
        <string>--flagfile=/var/osquery/osquery.flags</string>
  </array>
  <key>StandardOutPath</key>
  <string>/var/log/osquery/test.stdout</string>
  <key>StandardErrorPath</key>
  <string>/var/log/osquery/test.stderr</string>
  <key>RunAtLoad</key>
  <true/>
  <key>ThrottleInterval</key>
  <integer>60</integer>
  <key>ProcessType</key>
  <string>Background</string>
</dict>
</plist>