mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-10 23:58:14 +01:00
solve start/stop issues with archaic leaf packaging system
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1515 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6b27fbc0aa
commit
33b39700f7
@ -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