2 # Copyright 1999-2004 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
4 # $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/files/lircd-0.8.3,v 1.1 2008/05/05 09:53:19 zzam Exp $
6 PIDFILE=/var/run/${SVCNAME}.pid
13 ebegin "Starting de200vfd"
14 start-stop-daemon --start --quiet --pidfile "${PIDFILE}" --exec /usr/local/sbin/vfdserver -- \
15 -P "${PIDFILE}" ${LIRCD_OPTS}
20 ebegin "Stopping lcdd"
21 start-stop-daemon --stop --quiet --pidfile "${PIDFILE}" --exec /usr/local/sbin/vfdserver