Skip to content

Commit

Permalink
Register service to delay start (netdata#19063)
Browse files Browse the repository at this point in the history
  • Loading branch information
stelfrag authored Nov 22, 2024
1 parent 9343a73 commit 6dd60d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packaging/windows/netdata.wxs.in
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
Remove="uninstall"
Name="Netdata"
Wait="yes" />

<RegistryValue Root="HKLM"
Key="System\CurrentControlSet\Services\Netdata"
Name="DelayedAutoStart"
Value="1"
Type="integer" />
</Component>
</Fragment>

Expand Down

0 comments on commit 6dd60d1

Please sign in to comment.