void-packages/srcpkgs/nftables/files/nftables/run
2014-12-17 07:45:49 +00:00

4 lines
103 B
Bash

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