Skip to content

Commit

Permalink
Start the server service when installing on windows. (#1155)
Browse files Browse the repository at this point in the history
Although not supported it is possible to install the server on Windows
using
`velociraptor.exe --config server.config.yaml server_service install`

This was broken but now it should be fixed.
  • Loading branch information
scudette authored Jul 22, 2021
1 parent a5c7797 commit 66aed2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/server_service_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func installServiceServerService(
},

// Executable will be started with this command line args:
"service", "run")
"server_service", "run")
if err != nil {
return err
}
Expand Down

0 comments on commit 66aed2b

Please sign in to comment.