void-packages/srcpkgs/runit-nftables/files/91-nftables.sh

4 lines
66 B
Bash

if [ -e /etc/nftables.conf ]; then
nft -f /etc/nftables.conf
fi