[packages] add lcdproc - a piece of software that displays real-time system informati...
[openwrt/svn-archive/archive.git] / utils / lcdproc / files / lcdvc
1 #!/bin/sh /etc/rc.common.
2
3 START=50
4
5 start() {
6 lcdvc -c /etc/lcdvc.conf
7 }
8
9 stop() {
10 killall lcdvc
11 }