update 2026-07-28 05:05:23

This commit is contained in:
action
2026-07-28 05:05:23 +08:00
parent 25d570431d
commit 4e7b07461e
1957 changed files with 2 additions and 1523143 deletions
-14
View File
@@ -1,14 +0,0 @@
#!/bin/sh /etc/rc.common
START=99
STOP=99
SCRIPTS_BASE=/lib/k3screenctrl/
start() {
/usr/bin/k3screenctrl &
}
stop() {
killall k3screenctrl
}