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