Blame SOURCES/nftables.service

168a1c
[Unit]
168a1c
Description=Netfilter Tables
168a1c
Documentation=man:nft(8)
168a1c
Wants=network-pre.target
168a1c
Before=network-pre.target
168a1c
168a1c
[Service]
168a1c
Type=oneshot
168a1c
ProtectSystem=full
168a1c
ProtectHome=true
168a1c
ExecStart=/sbin/nft -f /etc/sysconfig/nftables.conf
168a1c
ExecReload=/sbin/nft 'flush ruleset; include "/etc/sysconfig/nftables.conf";'
168a1c
ExecStop=/sbin/nft flush ruleset
168a1c
RemainAfterExit=yes
168a1c
168a1c
[Install]
168a1c
WantedBy=multi-user.target