#!/bin/bash
echo 'SlotMergeConstraint = StringListMember( "SQUID0", AssignedSQUIDs )'
echo 'UptimeSQUIDsSeconds = 5.0'
echo '- SQUIDsSlot0'

echo 'SlotMergeConstraint = StringListMember( "SQUID1", AssignedSQUIDs )'
echo 'UptimeSQUIDsSeconds = 1.0'
echo '- SQUIDsSlot1'

echo 'SlotMergeConstraint = StringListMember( "SQUID2", AssignedSQUIDs )'
echo 'UptimeSQUIDsSeconds = 9.0'
echo '- SQUIDsSlot2'

echo 'SlotMergeConstraint = StringListMember( "SQUID3", AssignedSQUIDs )'
echo 'UptimeSQUIDsSeconds = 4.0'
echo '- SQUIDsSlot3'

