#!/bin/bash echo "=== $0" set -a . /etc/vdn/config set +a if echo "$EXTRA_SERVICES" | egrep -q '(^|[[:space:]])bird$([[:space:]]|$)'; then ( systemctl start bird systemctl status bird ) & fi