2002-12-28 16:38:03 +01:00
|
|
|
############################################################################
|
2005-02-02 22:47:42 +01:00
|
|
|
# Shorewall 2.0 -- /etc/shorewall/start
|
2002-12-28 16:38:03 +01:00
|
|
|
#
|
2003-03-18 02:13:38 +01:00
|
|
|
# Add commands below that you want to be executed after shorewall has
|
2002-12-28 16:38:03 +01:00
|
|
|
# been started or restarted.
|
|
|
|
#
|
2005-02-02 22:47:42 +01:00
|
|
|
for file in /etc/shorewall/start.d/* ; do
|
|
|
|
run_user_exit $file
|
|
|
|
done
|
|
|
|
|