forked from extern/shorewall_code
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=
|