mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
update ServiceControl
This commit is contained in:
parent
600b8db692
commit
376b824a8e
1 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ cat > wix.xml << EOF
|
||||||
|
|
||||||
<ServiceControl
|
<ServiceControl
|
||||||
Id="MeshServiceControl"
|
Id="MeshServiceControl"
|
||||||
Name="mesh"
|
Name="Mesh"
|
||||||
Start="install"
|
Start="install"
|
||||||
Stop="both"
|
Stop="both"
|
||||||
Remove="uninstall" />
|
Remove="uninstall" />
|
||||||
|
@ -226,7 +226,7 @@ cat > wix.xml << EOF
|
||||||
|
|
||||||
<ServiceControl
|
<ServiceControl
|
||||||
Id="UIServiceControl"
|
Id="UIServiceControl"
|
||||||
Name="mesh-ui"
|
Name="MeshUI"
|
||||||
Start="install"
|
Start="install"
|
||||||
Stop="both"
|
Stop="both"
|
||||||
Remove="uninstall" />
|
Remove="uninstall" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue