update 2026-07-20 18:46:24

This commit is contained in:
action
2026-07-20 18:46:24 +08:00
parent bd9db3ef54
commit 614eca2bea
1957 changed files with 1523142 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh /etc/rc.common
START=99
STOP=99
SCRIPTS_BASE=/lib/k3screenctrl/
start() {
/usr/bin/k3screenctrl &
}
stop() {
killall k3screenctrl
}