mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
3d4cde76aa
Signed-off-by: Tom Eastep <teastep@shorewall.net>
26 lines
626 B
Plaintext
26 lines
626 B
Plaintext
# sysV init file script configuration(/etc/sysconfdir/shorewall-lite)
|
|
|
|
# startup option(default "-vvv")
|
|
OPTIONS=
|
|
|
|
# change default start run level(if none empty; /etc/init.d/shorewall-lite enable)
|
|
START=50
|
|
|
|
# change default stop run level(if none empty; /etc/init.d/shorewall-lite enable)
|
|
STOP=
|
|
|
|
# option to pass when shorewall start is executed
|
|
STARTOPTIONS=
|
|
|
|
# option to pass when shorewall restart is executed
|
|
RESTARTOPTIONS=
|
|
|
|
# option to pass when shorewall reload is executed
|
|
RELOADOPTIONS=
|
|
|
|
# option to pass when shorewall stop is executed
|
|
STOPOPTIONS=
|
|
|
|
# option to pass when shorewall status is executed
|
|
STATUSOPTIONS=
|