mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-13 02:11:53 +00: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"
|
||||
Start="auto"
|
||||
Type="ownProcess"
|
||||
Arguments="-autoconf"
|
||||
Arguments='-useconffile "[YggdrasilInstallFolder]yggdrasil.conf"'
|
||||
Vital="yes" />
|
||||
|
||||
<ServiceControl
|
||||
|
|
Loading…
Reference in a new issue