Fix args passed to the storagenode-updater service (#3383)
This commit is contained in:
parent
aca18109a2
commit
65abc95f7e
@ -57,7 +57,7 @@
|
||||
Account="[SERVICEACCOUNT]"
|
||||
Password="[SERVICEPASSWORD]"
|
||||
ErrorControl="normal"
|
||||
Arguments="run --config-dir "[INSTALLFOLDER]\" --binary-location "[INSTALLFOLDER]\storagenode.exe" --log "[INSTALLFOLDER]\storagenode-updater.log""
|
||||
Arguments="run --config-dir "[INSTALLFOLDER]\" --identity-dir "[IDENTITYDIR]\" --binary-location "[INSTALLFOLDER]\storagenode.exe" --log-path "[INSTALLFOLDER]\storagenode-updater.log""
|
||||
/>
|
||||
<ServiceControl Id="StoragenodeUpdaterStartService" Start="install" Stop="both" Remove="uninstall" Name="storagenode-updater" Wait="yes" />
|
||||
</Component>
|
||||
|
Loading…
Reference in New Issue
Block a user