update 2026-08-13 04:37:02

This commit is contained in:
action
2026-08-13 04:37:02 +08:00
parent 78221232e9
commit 00ef606a42
1986 changed files with 1523528 additions and 443 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
}