#!/bin/sh /etc/rc.common. 

START=50

start() {
	lcdproc -c /etc/lcdproc.conf
}

stop() {
	killall lcdproc
}
