1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/utils/lcdproc/files/lcdexec

12 lines
109 B
Bash
Executable File

#!/bin/sh /etc/rc.common.
START=50
start() {
lcdexec -c /etc/lcdexec.conf
}
stop() {
killall lcdexec
}