aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/nftables/run
blob: e3238b7f9436edab1fd63df3103e7eff6ea4f45c (plain)
1
2
3
4
5
#!/bin/sh
exec 2>&1
[ -r /etc/nftables.conf ] || exit 0
nft -f /etc/nftables.conf
exec sleep infinity