Fix args passed to the storagenode-updater service (#3383)

This commit is contained in:
Kaloyan Raev 2019-10-25 19:49:57 +03:00 committed by littleskunk
parent aca18109a2
commit 65abc95f7e

View File

@ -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>