mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
changing ProgramArguments to Program because default options are sufficient
This commit is contained in:
parent
f1e3b7443d
commit
8d2f5b07d8
@ -10,11 +10,8 @@
|
||||
<false/>
|
||||
<key>Label</key>
|
||||
<string>com.facebook.osqueryd</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/local/bin/osqueryd</string>
|
||||
<string>--flagfile=/var/osquery/osquery.flagfile</string>
|
||||
</array>
|
||||
<key>Program</key>
|
||||
<string>/usr/local/bin/osqueryd</string>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
Loading…
Reference in New Issue
Block a user