luci-base: reload log on uci system change
If log configuration get changed in uci system no new values are applied until reboot. Add /etc/init.d/log reload to exec option will solve this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
54455719e5
commit
6f3007980b
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ config qos
|
|||
|
||||
config system
|
||||
option init led
|
||||
option exec '/etc/init.d/log reload'
|
||||
list affects luci_statistics
|
||||
list affects dhcp
|
||||
|
||||
|
|
Loading…
Reference in a new issue