Closed
Description
Hi,
When installing the service via the command line:
velociraptor.exe --config client.config.yaml service install
the service default configuration is installed without the options to handle failure correctly:
while installing the service via the MSI the configuration with the correct options:
Solution:
Implement the configuration change inside the code or via running the following command line as part of the installation of the service:
sc failure [service name] reset=0 actions=restart/0
example:
sc failure Velociraptor reset=0 actions=restart/0
Metadata
Assignees
Labels
No labels
Activity