<!-- Farm Architecture with Load-Balancing and Failover -->

<!DOCTYPE safe>

<safe> 
  <!-- Define the service names, in the startup order, separated by commas (,)
       Use the Get-Service PowerShell cmdlet to get the service names
  -->
 <macro name="SERVICES" value=""/>

 <service mode="farm" boot="on">

  <farm>
    <lan name="default">
    </lan>
  </farm>
 
  <user>
    <var name="SERVICES" value="%SERVICES%"/>
  </user>

 </service>
</safe>
