update 2026-09-02 23:49:44

This commit is contained in:
action
2026-09-02 23:49:44 +08:00
parent 86b8972e8e
commit beae9d285e
1991 changed files with 1523711 additions and 147 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
}