Skip to content

Commit

Permalink
feat(init): only reload servcie for wan network
Browse files Browse the repository at this point in the history
  • Loading branch information
1715173329 authored Jul 10, 2023
1 parent f89b176 commit 65e8718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/init.d/homeproxy
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,5 @@ reload_service() {

service_triggers() {
procd_add_reload_trigger "$CONF"
procd_add_raw_trigger "interface.*.up" 3000 /etc/init.d/$CONF reload
procd_add_interface_trigger "interface.*.up" wan /etc/init.d/$CONF restart
}

0 comments on commit 65e8718

Please sign in to comment.