#!/bin/bash

set -eux

install-packages keepalived

if [ "$DIB_INIT_SYSTEM" == "systemd" ] ; then
  systemctl enable keepalived.service
fi
