Skip to content

Commit 045d0aa

Browse files
committed
fix: fix openwrt default auto restart behavior
1 parent 5f1c987 commit 045d0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openwrt-support/rtp2httpd/files/rtp2httpd.init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ start_instance() {
7474
[ "$aux" = 1 ] && procd_append_param command "--xff"
7575
fi
7676

77-
config_get_bool aux "$cfg" 'respawn' '0'
77+
config_get_bool aux "$cfg" 'respawn' '1'
7878
[ "$aux" = 1 ] && procd_set_param respawn
7979

8080
config_get config_update_time "$cfg" 'config_update_time' '0'

0 commit comments

Comments
 (0)