blob: 464d8df21921e170a578f496132292771e154fa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Netfilter Tables
Documentation=man:nft(8)
Wants=network-pre.target
Before=network-pre.target
[Service]
Type=oneshot
ExecStart=/usr/bin/nft -f /etc/nftables.conf
[Install]
WantedBy=multi-user.target
|