shorewall_code/Lrp2/etc/shorewall/stop

12 lines
379 B
Plaintext
Raw Normal View History

############################################################################
# Shorewall 2.2 -- /etc/shorewall/stop
#
# Add commands below that you want to be executed at the beginning of a
# "shorewall stop" command.
#
# See http://shorewall.net/shorewall_extension_scripts.htm for additional
# information.
for file in /etc/shorewall/stop.d/* ; do
run_user_exit $file
done