4 lines
81 B
Bash
4 lines
81 B
Bash
#!/bin/bash
|
|
exec gobgpd -f /root/gobgp/gobgpd.conf &
|
|
exec /root/gobgp/startup.sh
|