]> git.proxmox.com Git - mirror_frr.git/blame_incremental - alpine/docker-start
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / alpine / docker-start
... / ...
CommitLineData
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