mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 17:45:22 +00:00
Fix MSI installed service missing quotes on flagfile argument (#5778)
This commit is contained in:
parent
f4bd3e1630
commit
c34ef2aaa3
@ -11,7 +11,7 @@
|
||||
<ServiceInstall Id='osqueryd'
|
||||
Name='osqueryd'
|
||||
Account='NT AUTHORITY\SYSTEM'
|
||||
Arguments='--flagfile=[INSTALL_ROOT]osquery.flags'
|
||||
Arguments='--flagfile="[INSTALL_ROOT]osquery.flags"'
|
||||
Start='auto'
|
||||
Type='ownProcess'
|
||||
Vital='yes'
|
||||
|
Loading…
Reference in New Issue
Block a user