forked from extern/shorewall_code
solve start/stop issues with archaic leaf packaging system
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1514 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
75a85aaf07
commit
6b27fbc0aa
@ -4,3 +4,7 @@
|
|||||||
# Add commands below that you want to be executed after shorewall has
|
# Add commands below that you want to be executed after shorewall has
|
||||||
# been started or restarted.
|
# been started or restarted.
|
||||||
#
|
#
|
||||||
|
for file in /etc/shorewall/start.d/* ; do
|
||||||
|
run_user_exit $file
|
||||||
|
done
|
||||||
|
|
@ -4,3 +4,7 @@
|
|||||||
# Add commands below that you want to be executed at the beginning of a
|
# Add commands below that you want to be executed at the beginning of a
|
||||||
# "shorewall stop" command.
|
# "shorewall stop" command.
|
||||||
#
|
#
|
||||||
|
for file in /etc/shorewall/stop.d/* ; do
|
||||||
|
run_user_exit $file
|
||||||
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user