<!-- Mirror Architecture with Real Time File Replication and Failover -->

<!DOCTYPE safe>

<safe>
 <!-- Define the service names, in the startup order, separated by commas (,)
      Use 'systemctl list-unit-files \-\-type=service' (remove the \) 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>
