#!/bin/sh

set -e

chown -R frr:frr /etc/frr
/usr/lib/frr/frrinit.sh start

# Sleep forever
exec tail -f /dev/null
