mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-01 10:56:14 +00:00
11 lines
114 B
Bash
Executable File
11 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
##
|
|
# For volume mounts...
|
|
##
|
|
chown -R frr:frr /etc/frr
|
|
/etc/init.d/frr start
|
|
exec sleep 10000d
|