mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 17:19:11 +00:00
Register service to delay start (#19063)
This commit is contained in:
parent
9343a73466
commit
6dd60d1eb2
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue