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
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ service_triggers() {
|
||||||
|
|
||||||
procd_open_trigger
|
procd_open_trigger
|
||||||
procd_add_raw_trigger hotplug.atm 2000 /etc/init.d/$name reload
|
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
|
procd_close_trigger
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue