shorewall_code/Lrp2/etc/shorewall/start

13 lines
382 B
Plaintext
Raw Normal View History

############################################################################
# Shorewall 2.2 -- /etc/shorewall/start
#
# Add commands below that you want to be executed after shorewall has
# been started or restarted.
#
# See http://shorewall.net/shorewall_extension_scripts.htm for additional
# information.
#
for file in /etc/shorewall/start.d/* ; do
run_user_exit $file
done