<!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="firebird"/>
<service mode="mirror" boot="on">
  <!-- Heartbeat Configuration -->
  <heart>
    <heartbeat name="default" >
    </heartbeat>
  </heart>
  <!-- Virtual IP Configuration -->
  <vip>
    <interface_list>
        <interface> 
	  <real_interface>
               <virtual_addr addr="" where="one_side_alias"/>
          </real_interface>
        </interface>
    </interface_list>
  </vip>
  <!-- Software Error Detection Configuration -->
  <errd polltimer="10">
    <!-- Firebird Server -->
    <proc name="firebird" action="restart" class="prim" />
  </errd>
  <!-- File Replication Configuration -->
  <!--
     * /opt/firebird/examples/empbuild: directory of employee.fdb sample database
     * replace the path with your database directory
  -->
  <rfs>
	  <replicated dir="/opt/firebird/examples/empbuild" />
  </rfs>
  <!-- User scripts activation -->
  <user>
    <var name="SERVICES" value="%SERVICES%"/>
  </user>
</service>
</safe>
