#!/bin/sh

[ -f "/var/run/keepalived-manual-failover" ] && exit 1

exit 0
