Skip to content

Missing Service Configuration When Installing via Velociraptor.exe service install #2072

Closed
@mgdevsoft

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:
image

while installing the service via the MSI the configuration with the correct options:
image

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions