mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-06 01:53:55 +00:00
10 lines
115 B
Bash
Executable File
10 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
chown -R frr:frr /etc/frr
|
|
/usr/lib/frr/frrinit.sh start
|
|
|
|
# Sleep forever
|
|
exec tail -f /dev/null
|