vp-build/srcpkgs/nftables/files/nftables/run

5 lines
103 B
Bash

#!/bin/sh
[ ! -r /etc/nftables.conf ] && exit 0
nft -f /etc/nftables.conf
exec chpst -b nftables pause