#!/bin/bash

if [ -x "/bin/systemctl" ]; then
  /bin/systemctl restart anycast-health-enforcer
fi
