shorewall_code/Lrp2/etc/shorewall/start
2005-02-02 21:13:44 +00:00

11 lines
295 B
Plaintext

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