Skip to content

Commit

Permalink
Remove the stderrthreshold argument from the windows service config
Browse files Browse the repository at this point in the history
This flag is now being overwritten by the binary itself as a catch-all when it runs as a windows service.

PiperOrigin-RevId: 667568549
  • Loading branch information
torsm authored and copybara-github committed Aug 26, 2024
1 parent 09d5f2f commit d2fb938
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fleetspeak/client-win/fleetspeak_lib.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
Source="$(var.FLEETSPEAK_EXECUTABLE)"
Checksum="yes"
KeyPath="yes" />
<!-- -stderrthreshold=3 turns off logging to stderr, which would
kill the Windows service. -->
<ServiceInstall
Arguments="-config=[FleetspeakInstallDir]fleetspeak-client.config -stderrthreshold=3 -log_dir=[%SYSTEMROOT]\Temp\Fleetspeak"
Arguments="-config=[FleetspeakInstallDir]fleetspeak-client.config -log_dir=[%SYSTEMROOT]\Temp\Fleetspeak"
Id="ServiceInstaller"
Type="ownProcess"
Name="FleetspeakClientService"
Expand Down

0 comments on commit d2fb938

Please sign in to comment.