Blame SOURCES/nftables.service

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