mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 18:33:54 +00:00
1258800279
wrong thing on the clipboard updated to ProgramArguments vs Program per theopolis
22 lines
559 B
Plaintext
22 lines
559 B
Plaintext
<?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="/var/osquery/osquery.flags"</string>
|
|
</array>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>ThrottleInterval</key>
|
|
<integer>60</integer>
|
|
</dict>
|
|
</plist>
|