We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1c987 commit 045d0aaCopy full SHA for 045d0aa
openwrt-support/rtp2httpd/files/rtp2httpd.init
@@ -74,7 +74,7 @@ start_instance() {
74
[ "$aux" = 1 ] && procd_append_param command "--xff"
75
fi
76
77
- config_get_bool aux "$cfg" 'respawn' '0'
+ config_get_bool aux "$cfg" 'respawn' '1'
78
[ "$aux" = 1 ] && procd_set_param respawn
79
80
config_get config_update_time "$cfg" 'config_update_time' '0'
0 commit comments