aboutsummaryrefslogtreecommitdiff
path: root/services/nft.in
diff options
context:
space:
mode:
Diffstat (limited to 'services/nft.in')
-rw-r--r--services/nft.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/services/nft.in b/services/nft.in
new file mode 100644
index 0000000..21caab0
--- /dev/null
+++ b/services/nft.in
@@ -0,0 +1,7 @@
+description "restore netfilter rule set"
+type wait
+target boot
+after sysinit ifrename
+before network ifcfg
+
+exec nft -f "@ETCPATH@/nftables.rules"