enable httpd sighup config reload by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6235 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
0576c5f5c6
commit
7248abc80b
|
@ -77,7 +77,7 @@ config BUSYBOX_CONFIG_HTTPD
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
|
config BUSYBOX_CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
|
||||||
bool "Support reloading the global config file using hup signal"
|
bool "Support reloading the global config file using hup signal"
|
||||||
default n
|
default y
|
||||||
depends on BUSYBOX_CONFIG_HTTPD
|
depends on BUSYBOX_CONFIG_HTTPD
|
||||||
help
|
help
|
||||||
This option enables processing of SIGHUP to reload cached
|
This option enables processing of SIGHUP to reload cached
|
||||||
|
|
Loading…
Reference in New Issue