mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Added KeepAlive and ThrottleInterval (#1916)
This commit is contained in:
parent
60bd9157b6
commit
cf84bd9d8e
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
|||
</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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue