summaryrefslogtreecommitdiffstats
path: root/docker/alpine/docker-start
blob: 3f7737d3bf6efd1403aeeafff1c4e6351c46aaf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

##
# For volume mounts...
##
chown -R frr:frr /etc/frr || true
/usr/lib/frr/frrinit.sh start

# Sleep forever
exec tail -f /dev/null