Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensv committed Sep 21, 2022
2 parents 74423af + 852fb8f commit e225be2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/azbridge-installer/installTransforms.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<xsl:with-param name="fileid">SvcFileId</xsl:with-param>
</xsl:apply-templates>
<wix:ServiceInstall Id="InstallABS" Name="azbridgesvc" Description="Azure Relay Bridge Service" Start="demand" ErrorControl="normal" Type="ownProcess" Arguments="--svc" Vital="yes" Account="NT AUTHORITY\NETWORKSERVICE" />
<!--<wix:ServiceControl Id="ControllABS" Name="azbridgesvc" Start="install" Stop="both" Remove="uninstall" Wait="yes" />-->
<wix:ServiceControl Id="ControllABS" Name="azbridgesvc" Start="install" Stop="both" Remove="uninstall" Wait="yes" />
</xsl:copy>
</xsl:template>

Expand Down
4 changes: 2 additions & 2 deletions src/azbridge/azbridge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
<Content Include="appsettings.json" CopyToPublishDirectory="False">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="azbridge_config.svc.yml" CopyToPublishDirectory="PreserveNewest" Condition="! $(RuntimeIdentifier.StartsWith('win'))">
<Content Include="azbridge_config.svc.yml" CopyToPublishDirectory="PreserveNewest">
<LinuxPath>/etc/azbridge/azbridge_config.svc.yml</LinuxPath>
</Content>
<Content Include="azbridge_config.machine.yml" CopyToPublishDirectory="PreserveNewest" Condition="! $(RuntimeIdentifier.StartsWith('win'))">
<Content Include="azbridge_config.machine.yml" CopyToPublishDirectory="PreserveNewest">
<LinuxPath>/etc/azbridge/azbridge_config.machine.yml</LinuxPath>
</Content>
<Content Include="azbridge.service" CopyToPublishDirectory="PreserveNewest" Condition="$(DefineConstants.Contains('_SYSTEMD'))">
Expand Down

0 comments on commit e225be2

Please sign in to comment.