mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
25 lines
703 B
Plaintext
25 lines
703 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>Label</key>
|
|
<string>co.kolide.osquery.enroll</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/local/bin/osqueryd</string>
|
|
<string>--flagfile=/etc/osquery/kolide.flags</string>
|
|
</array>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>KeepAlive</key>
|
|
<true/>
|
|
<key>ThrottleInterval</key>
|
|
<integer>60</integer>
|
|
<key>StandardErrorPath</key>
|
|
<string>/var/log/osquery/osquery-error.log</string>
|
|
<key>StandardOutPath</key>
|
|
<string>/var/log/osquery/osquery-output.log</string>
|
|
</dict>
|
|
</plist>
|
|
|