You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
393 B
17 lines
393 B
[Unit] |
|
Description=Netfilter Tables |
|
Documentation=man:nft(8) |
|
Wants=network-pre.target |
|
Before=network-pre.target |
|
|
|
[Service] |
|
Type=oneshot |
|
ProtectSystem=full |
|
ProtectHome=true |
|
ExecStart=/sbin/nft -f /etc/sysconfig/nftables.conf |
|
ExecReload=/sbin/nft 'flush ruleset; include "/etc/sysconfig/nftables.conf";' |
|
ExecStop=/sbin/nft flush ruleset |
|
RemainAfterExit=yes |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|