mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
Configure service with -useconffile
This commit is contained in:
parent
b88a623a9f
commit
a673625e82
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ cat > wix.xml << EOF
|
||||||
Name="yggdrasil"
|
Name="yggdrasil"
|
||||||
Start="auto"
|
Start="auto"
|
||||||
Type="ownProcess"
|
Type="ownProcess"
|
||||||
Arguments="-autoconf"
|
Arguments='-useconffile "[YggdrasilInstallFolder]yggdrasil.conf"'
|
||||||
Vital="yes" />
|
Vital="yes" />
|
||||||
|
|
||||||
<ServiceControl
|
<ServiceControl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue