forked from Mirror/frr
10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
chown -R frr:frr /etc/frr
|
||
|
/usr/lib/frr/frrinit.sh start
|
||
|
|
||
|
# Sleep forever
|
||
|
exec tail -f /dev/null
|