10 lines
334 B
Plaintext
10 lines
334 B
Plaintext
######################################################
|
|
# Run the rc.firewall_shutdown script (if it exists) #
|
|
######################################################
|
|
|
|
if -t { [ -x /etc/rc.d/rc.firewall_shutdown ] }
|
|
# Prepend every output with the service's name
|
|
pipeline -w { sed -u "s/^/firewall: /" }
|
|
fdmove -c 2 1
|
|
nft flush ruleset
|