#!/bin/sh
envsubst < /etc/keepalived/keepalived.template.conf > /etc/keepalived/keepalived.conf
exec "$@"