osquery-1/tools/deployment/com.facebook.osqueryd.plist

22 lines
564 B
Plaintext
Raw Normal View History

2014-10-04 01:09:37 +00:00
<?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.facebook.osqueryd</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/osqueryd</string>
<string>--flagfile=/private/var/osquery/osquery.flags</string>
</array>
2014-10-04 01:09:37 +00:00
<key>RunAtLoad</key>
<true/>
2014-11-18 02:35:37 +00:00
<key>ThrottleInterval</key>
<integer>60</integer>
2014-10-04 01:09:37 +00:00
</dict>
</plist>