mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
br2684ctl: fix config reload trigger
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47829
This commit is contained in:
parent
6fb259b6df
commit
47ecb5dfd2
@ -76,7 +76,7 @@ service_triggers() {
|
||||
|
||||
procd_open_trigger
|
||||
procd_add_raw_trigger hotplug.atm 2000 /etc/init.d/$name reload
|
||||
procd_add_config_trigger "config.change" "$file" /etc/init.d/$name reload
|
||||
procd_add_config_trigger "config.change" "network" /etc/init.d/$name reload
|
||||
procd_close_trigger
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user