update 2025-12-11 14:22:08

This commit is contained in:
kenzok8
2025-12-11 14:22:08 +08:00
parent 66bb6c3c89
commit d9c06f3d18
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/sh /etc/rc.common
START=79
USE_PROCD=1
start_service() {
procd_open_instance
procd_set_param command /usr/sbin/uhttpd -f -h /demo -r Test -x /cgi-bin/luci/istorenext/cgi-bin -u /ubus -t 360 -T 30 -k 20 -A 1 -n 50 -N 100 -R -p 0.0.0.0:8080
procd_set_param stderr 1
procd_set_param respawn
procd_close_instance
}

View File

@@ -1 +0,0 @@
uhttpd -f -h /demo -r Test -x /cgi-bin/luci/istorenext/cgi-bin -u /ubus -t 360 -T 30 -k 20 -A 1 -n 50 -N 100 -R -p 0.0.0.0:8080