2023-03-25 10:19:50 +00:00
|
|
|
#!/bin/execlineb -P
|
2023-05-20 16:59:00 +00:00
|
|
|
s6-envdir -I /etc/s6/env/bird
|
|
|
|
importas -D /etc/bird/bird.conf CONFIG CONFIG
|
2023-03-25 10:19:50 +00:00
|
|
|
|
|
|
|
s6-envdir -i /etc/s6/env/path
|
|
|
|
emptyenv -p
|
|
|
|
|
|
|
|
fdmove -c 2 1
|
|
|
|
|
|
|
|
bird -c $CONFIG -f
|