]> git.proxmox.com Git - mirror_frr.git/blame - alpine/docker-start
zebra: Refactor kernel_rtm to be a bit smarter about how it handles options
[mirror_frr.git] / alpine / docker-start
CommitLineData
915c81b3
AJ
1#!/bin/sh
2
3set -e
4
5##
6# For volume mounts...
7##
8chown -R frr:frr /etc/frr
9/etc/init.d/frr start
10exec sleep 10000d