update 2026-07-08 18:11:50

This commit is contained in:
action
2026-07-08 18:11:50 +08:00
parent f21db3bfeb
commit 3cce89d35f
1959 changed files with 1523154 additions and 15 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
}