4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-14 19:46:05 +00:00

Rename service from 'yggdrasil' to 'Yggdrasil'

This commit is contained in:
Neil Alexander
2019-12-04 09:29:30 +00:00
parent 6d64a31188
commit bf5d5b2269

View File

@ -136,7 +136,7 @@ cat > wix.xml << EOF
DisplayName="Yggdrasil Service"
ErrorControl="normal"
LoadOrderGroup="NetworkProvider"
Name="yggdrasil"
Name="Yggdrasil"
Start="auto"
Type="ownProcess"
Arguments='-useconffile "%ALLUSERSPROFILE%\\Yggdrasil\\yggdrasil.conf" -logto "%ALLUSERSPROFILE%\\Yggdrasil\\yggdrasil.log"'