update 2026-08-06 01:24:27

This commit is contained in:
action
2026-08-06 01:24:27 +08:00
parent e0753d55fd
commit f0d9d2276c
1951 changed files with 1523005 additions and 3 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
}