<!-- Mirror Architecture with Real Time File Replication 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="mirror" boot="on">

  <heart>
    <heartbeat name="default">
    </heartbeat>
  </heart>

  <user>
    <var name="SERVICES" value="%SERVICES%"/>
  </user>

 </service>
</safe>
